Skip to content

Commit

Permalink
synthetics - unskip flaky test (#142801) (#142866)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8efefb1)

Co-authored-by: Dominique Clarke <[email protected]>
  • Loading branch information
kibanamachine and dominiqueclarke authored Oct 6, 2022
1 parent 5b8cd84 commit fffbe48
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -707,13 +707,15 @@ export default function ({ getService }: FtrProviderContext) {
...projectMonitors,
keep_stale: false,
monitors: testMonitors,
project: 'test-project-2',
});

const messages = await parseStreamApiResponse(
projectMonitorEndpoint,
JSON.stringify({
...projectMonitors,
keep_stale: false,
project: 'test-project-2',
})
);

Expand Down

0 comments on commit fffbe48

Please sign in to comment.