Skip to content

Commit

Permalink
Remove references to flaky tests in comments
Browse files Browse the repository at this point in the history
These issues will get auto-reopened if/when the test fails again; until
they do, and the tests are manually/automatically skipped (at which
point they could have this reference manually/automatically added back),
these are just noise.
  • Loading branch information
rylnd committed Oct 13, 2023
1 parent bf19b0c commit 6996090
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default ({ getService }: FtrProviderContext) => {
await clearLegacyDashboards({ supertest, log });
});

// FLAKY: https://github.com/elastic/kibana/issues/168376
describe('init api', () => {
it('should return response with success status', async () => {
const response = await riskEngineRoutes.init();
Expand Down Expand Up @@ -340,7 +339,6 @@ export default ({ getService }: FtrProviderContext) => {
});
});

// FLAKY: https://github.com/elastic/kibana/issues/168355
describe('status api', () => {
it('should disable / enable risk engine', async () => {
const status1 = await riskEngineRoutes.getStatus();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export default ({ getService }: FtrProviderContext) => {
});
});

// FLAKY: https://github.com/elastic/kibana/issues/168429
describe('Risk engine enabled', () => {
let hostId: string;
let userId: string;
Expand Down

0 comments on commit 6996090

Please sign in to comment.