skip failing test suite (#186675)

This commit is contained in:
Kibana Machine 2024-06-24 14:08:17 +01:00
parent 8d35ee7286
commit 15d19bf3e7

View file

@ -16,7 +16,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const PageObjects = getPageObjects(['common']);
describe('URL capture', function () {
// Failing: See https://github.com/elastic/kibana/issues/186675
describe.skip('URL capture', function () {
this.tags('includeFirefox');
before(async () => {