mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip dev_tools_spaces tests on FF
This commit is contained in:
parent
ed5f1d827e
commit
0f6785dc38
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ export default function({ getPageObjects, getService }: KibanaFunctionalTestDefa
|
|||
const testSubjects = getService('testSubjects');
|
||||
const grokDebugger = getService('grokDebugger');
|
||||
|
||||
describe('spaces', () => {
|
||||
describe('spaces', function() {
|
||||
// Geckodriver often crashes with https://github.com/mozilla/geckodriver/issues/1519
|
||||
this.tags(['firefox']);
|
||||
before(async () => {
|
||||
await esArchiver.load('empty_kibana');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue