Skip to content

Commit

Permalink
feat: skip flaky test
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Dec 20, 2023
1 parent 652537e commit d1533f8
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,10 @@ describe('dashboard filtering', () => {
// visualization, future runs of the test suite will fail due to being unable to find the visualization
// under the expected name.

describe('nested filtering', () => {
/**
* nested filtering is flaky and before we find out the root cause, skip it.
*/
describe.skip('nested filtering', () => {
before(() => {
// Go to the Dashboards list page
miscUtils.visitPage('app/dashboards/list');
Expand Down

0 comments on commit d1533f8

Please sign in to comment.