We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbec00 commit 70c12bbCopy full SHA for 70c12bb
x-pack/solutions/observability/test/api_integration_deployment_agnostic/apis/synthetics/get_filters.ts
@@ -18,7 +18,8 @@ import { PrivateLocationTestService } from '../../services/synthetics_private_lo
18
import { addMonitorAPIHelper } from './create_monitor';
19
20
export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
21
- describe('getMonitorFilters', function () {
+ // Failing: See https://github.com/elastic/kibana/issues/239537
22
+ describe.skip('getMonitorFilters', function () {
23
const kibanaServer = getService('kibanaServer');
24
const supertest = getService('supertestWithoutAuth');
25
const samlAuth = getService('samlAuth');
0 commit comments