Skip to content

Commit

Permalink
skip failing test suite (#182263)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed May 1, 2024
1 parent 8e25828 commit 6478d16
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const findTestUtils = (
supertest: SuperTest<Test>,
supertestWithoutAuth: any
) => {
describe(describeType, () => {
// Failing: See https://github.com/elastic/kibana/issues/182263
describe.skip(describeType, () => {
afterEach(() => objectRemover.removeAll());

for (const scenario of UserAtSpaceScenarios) {
Expand Down

0 comments on commit 6478d16

Please sign in to comment.