mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#181862)
This commit is contained in:
parent
1d4e9b9b53
commit
e16480ca47
1 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,8 @@ export default function findBackfillTests({ getService }: FtrProviderContext) {
|
|||
|
||||
for (const scenario of UserAtSpaceScenarios) {
|
||||
const { user, space } = scenario;
|
||||
describe(scenario.id, () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/181862
|
||||
describe.skip(scenario.id, () => {
|
||||
const apiOptions = {
|
||||
spaceId: space.id,
|
||||
username: user.username,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue