mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#157722)
This commit is contained in:
parent
f61bbf3009
commit
61e3ceb100
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const spaces = getService('spaces');
|
||||
|
||||
describe('Security', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/157722
|
||||
describe.skip('Security', function () {
|
||||
this.tags('includeFirefox');
|
||||
describe('Login Page', () => {
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue