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 44c8946 commit ad066f3Copy full SHA for ad066f3
x-pack/platform/test/fleet_api_integration/apis/space_awareness/agents.ts
@@ -28,7 +28,8 @@ export default function (providerContext: FtrProviderContext) {
28
const spaces = getService('spaces');
29
let TEST_SPACE_1: string;
30
31
- describe('agents', function () {
+ // Failing: See https://github.com/elastic/kibana/issues/236095
32
+ describe.skip('agents', function () {
33
skipIfNoDockerRegistry(providerContext);
34
const apiClient = new SpaceTestApiClient(supertest);
35
0 commit comments