mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#209008)
This commit is contained in:
parent
1738b9ce9e
commit
ee1235d40a
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue