mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#110938)
This commit is contained in:
parent
17c3daad93
commit
34ae06a96e
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ export default function (ftrContext: FtrProviderContext) {
|
|||
|
||||
const scenario = createScenario(ftrContext);
|
||||
|
||||
describe('changes in license types', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/110938
|
||||
describe.skip('changes in license types', () => {
|
||||
after(async () => {
|
||||
await scenario.teardown();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue