skip failing test suite (#209008)

This commit is contained in:
Kibana Machine 2025-02-01 03:01:05 +11:00
parent 1738b9ce9e
commit ee1235d40a

View file

@ -58,7 +58,8 @@ export default function (providerContext: FtrProviderContext) {
const spaces = getService('spaces');
let TEST_SPACE_1: string;
describe('change space agent policies', function () {
// Failing: See https://github.com/elastic/kibana/issues/209008
describe.skip('change space agent policies', function () {
skipIfNoDockerRegistry(providerContext);
const apiClient = new SpaceTestApiClient(supertest);