Skip to content

Commit

Permalink
[Cloud Security] unskip"Findings Page - DataTable > Table Sort" FTR t…
Browse files Browse the repository at this point in the history
…est suit (#186825)

## Summary

Related to:
- #152913

Unskipping the test, as the data grid has been refactored and it after
running flaky test runner it looks like the flakiness is gone (finger
crossed, in the failed cases the failures were unrelated, eg. agent
lost).
  • Loading branch information
maxcold authored Jun 26, 2024
1 parent eda351e commit 1b17f66
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await findings.index.remove();
});

// FLAKY: https://github.com/elastic/kibana/issues/152913
describe.skip('Table Sort', () => {
describe('Table Sort', () => {
type SortingMethod = (a: string, b: string) => number;
type SortDirection = 'asc' | 'desc';
// Sort by lexical order will sort by the first character of the string (case-sensitive)
Expand Down

0 comments on commit 1b17f66

Please sign in to comment.