Skip to content

Commit

Permalink
Restore skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
scinos committed Jun 16, 2021
1 parent d5a739f commit 28646d2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ const screenSize = driverManager.currentScreenSize();
const host = dataHelper.getJetpackHost();

// NOTE: test in jetpack env is failing due to some strange issue, when switching to new tab. It fails only in CI
describe( `[${ host }] Activating Themes: (${ screenSize }) @parallel`, function () {
// eslint-disable-next-line jest/no-disabled-tests
describe.skip( `[${ host }] Activating Themes: (${ screenSize }) @parallel`, function () {
let driver;

beforeAll( () => ( driver = global.__BROWSER__ ) );
Expand Down

0 comments on commit 28646d2

Please sign in to comment.