Skip to content

Commit

Permalink
skip flaky suite (#182136)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 1, 2024
1 parent d887763 commit 639938c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/visualize/group5/_tsvb_time_series.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
expect(actualCountMin).to.be('3 hours');
});

describe('Dark mode', () => {
// FLAKY: https://github.com/elastic/kibana/issues/182136
describe.skip('Dark mode', () => {
before(async () => {
await kibanaServer.uiSettings.update({
'theme:darkMode': true,
Expand Down

0 comments on commit 639938c

Please sign in to comment.