mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suites (#118472)
This commit is contained in:
parent
ea9ce6e966
commit
ade7b5f468
1 changed files with 2 additions and 1 deletions
|
@ -166,7 +166,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
await ml.securityUI.loginAsMlPowerUser();
|
||||
});
|
||||
|
||||
describe('with farequote', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/118472
|
||||
describe.skip('with farequote', function () {
|
||||
// Run tests on full farequote index.
|
||||
it(`${farequoteDataViewTestData.suiteTitle} loads the data visualizer selector page`, async () => {
|
||||
// Start navigation from the base of the ML app.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue