Skip to content

Commit

Permalink
Remove flaky mark comments after using flaky test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jennypavlova committed Nov 13, 2024
1 parent 9b9697e commit db168ab
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export default function ApiTest({ getService }: DeploymentAgnosticFtrProviderCon
});
});

// FLAKY: https://github.com/elastic/kibana/issues/177336
describe('when data is loaded', () => {
describe('errors distribution', () => {
const { appleTransaction, bananaTransaction } = config;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default function ApiTest({ getService }: DeploymentAgnosticFtrProviderCon
});
});

// FLAKY: https://github.com/elastic/kibana/issues/177382
describe('when data is loaded', () => {
describe('errors group', () => {
let apmSynthtraceEsClient: ApmSynthtraceEsClient;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export default function ApiTest({ getService }: DeploymentAgnosticFtrProviderCon
expect(response.body.occurrencesCount).to.be(0);
});

// FLAKY: https://github.com/elastic/kibana/issues/177397
describe('when samples data is loaded', () => {
let errorsSamplesResponse: ErrorGroupSamples;
const { bananaTransaction } = config;
Expand All @@ -102,7 +101,6 @@ export default function ApiTest({ getService }: DeploymentAgnosticFtrProviderCon
});
});

// FLAKY: https://github.com/elastic/kibana/issues/177383
describe('when error sample data is loaded', () => {
describe('error sample id', () => {
before(async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export default function ApiTest({ getService }: DeploymentAgnosticFtrProviderCon
expect(response.body.topErroneousTransactions).to.be.empty();
});

// FLAKY: https://github.com/elastic/kibana/issues/177637
describe('when data is loaded', () => {
const {
appleTransaction: { name: appleTransactionName, failureRate: appleTransactionFailureRate },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export default function ApiTest({ getService }: DeploymentAgnosticFtrProviderCon
expect(response.body.errorGroups).to.empty();
});

// FLAKY: https://github.com/elastic/kibana/issues/177638
describe('when data is loaded', () => {
let errorGroups: ErrorGroups;
const {
Expand Down

0 comments on commit db168ab

Please sign in to comment.