skip flaky suites (#107043)

(cherry picked from commit 30a1020283)
This commit is contained in:
spalger 2021-07-28 09:50:28 -07:00
parent 91cb6ddd17
commit 1b545df3f3
2 changed files with 4 additions and 2 deletions

View file

@ -13,7 +13,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const transform = getService('transform');
describe('for user with full transform access', function () {
// FLAKY: https://github.com/elastic/kibana/issues/107043
describe.skip('for user with full transform access', function () {
describe('with no data loaded', function () {
before(async () => {
await transform.securityUI.loginAsTransformPowerUser();

View file

@ -13,7 +13,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const transform = getService('transform');
describe('for user with full transform access', function () {
// FLAKY: https://github.com/elastic/kibana/issues/107043
describe.skip('for user with full transform access', function () {
describe('with no data loaded', function () {
before(async () => {
await transform.securityUI.loginAsTransformViewer();