skip dev_tools_spaces tests on FF

This commit is contained in:
Dzmitry Lemechko 2019-05-29 09:31:22 +02:00
parent ed5f1d827e
commit 0f6785dc38

View file

@ -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');
});