Skip to content

Commit ad066f3

Browse files
committed
skip failing suite (#236095)
1 parent 44c8946 commit ad066f3

File tree

1 file changed

+2
-1
lines changed
  • x-pack/platform/test/fleet_api_integration/apis/space_awareness

1 file changed

+2
-1
lines changed

x-pack/platform/test/fleet_api_integration/apis/space_awareness/agents.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ export default function (providerContext: FtrProviderContext) {
2828
const spaces = getService('spaces');
2929
let TEST_SPACE_1: string;
3030

31-
describe('agents', function () {
31+
// Failing: See https://github.com/elastic/kibana/issues/236095
32+
describe.skip('agents', function () {
3233
skipIfNoDockerRegistry(providerContext);
3334
const apiClient = new SpaceTestApiClient(supertest);
3435

0 commit comments

Comments
 (0)