Skip to content

Commit 70c12bb

Browse files
committed
skip failing test suite (elastic#239537)
1 parent 1dbec00 commit 70c12bb

File tree

1 file changed

+2
-1
lines changed
  • x-pack/solutions/observability/test/api_integration_deployment_agnostic/apis/synthetics

1 file changed

+2
-1
lines changed

x-pack/solutions/observability/test/api_integration_deployment_agnostic/apis/synthetics/get_filters.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ import { PrivateLocationTestService } from '../../services/synthetics_private_lo
1818
import { addMonitorAPIHelper } from './create_monitor';
1919

2020
export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
21-
describe('getMonitorFilters', function () {
21+
// Failing: See https://github.com/elastic/kibana/issues/239537
22+
describe.skip('getMonitorFilters', function () {
2223
const kibanaServer = getService('kibanaServer');
2324
const supertest = getService('supertestWithoutAuth');
2425
const samlAuth = getService('samlAuth');

0 commit comments

Comments
 (0)