Skip to content

Commit

Permalink
Skip multi space test again
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich committed Dec 5, 2023
1 parent d0f2973 commit 4849182
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function (providerContext: FtrProviderContext) {
})
.catch(() => {});

describe('When installing system integration in multiple spaces', async () => {
describe.skip('When installing system integration in multiple spaces', async () => {
skipIfNoDockerRegistry(providerContext);
setupFleetAndAgents(providerContext);

Expand Down

0 comments on commit 4849182

Please sign in to comment.