mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#156151)
This commit is contained in:
parent
09d3dc42a4
commit
b8904f0332
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ export default function updateSpaceTestSuite({ getService }: FtrProviderContext)
|
|||
const { updateTest, expectAlreadyExistsResult, expectDefaultSpaceResult, expectNotFound } =
|
||||
updateTestSuiteFactory(esArchiver, supertestWithoutAuth);
|
||||
|
||||
describe('update', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/156151
|
||||
describe.skip('update', () => {
|
||||
[
|
||||
{
|
||||
spaceId: SPACES.DEFAULT.spaceId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue