Skip to content

Commit 36ca26d

Browse files
committed
skip flaky suite (#94666)
1 parent a1f15fb commit 36ca26d

File tree

1 file changed

+2
-1
lines changed
  • x-pack/test/accessibility/apps

1 file changed

+2
-1
lines changed

x-pack/test/accessibility/apps/ml.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ export default function ({ getService }: FtrProviderContext) {
1313
const a11y = getService('a11y');
1414
const ml = getService('ml');
1515

16-
describe('ml', () => {
16+
// Failing: See https://github.com/elastic/kibana/issues/94666
17+
describe.skip('ml', () => {
1718
const esArchiver = getService('esArchiver');
1819

1920
before(async () => {

0 commit comments

Comments
 (0)