skip flaky suite (#110938)

This commit is contained in:
Tiago Costa 2022-01-18 02:55:02 +00:00
parent 17c3daad93
commit 34ae06a96e
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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();
});