Skip to content

Commit

Permalink
Skip failing tests (#32581)
Browse files Browse the repository at this point in the history
  • Loading branch information
caroqliu committed Feb 10, 2021
1 parent f0cdb5f commit 4ad1907
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/integration/test-extensions-loading.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ function testLoadOrderFixture(fixtureName, testElements) {
describe('test extensions loading in multiple orders', function () {
this.timeout(15000);

before(function () {
// TODO(#32523) Remove this when Bento experiment is done.
if (BENTO_AUTO_UPGRADE) {
this.skipTest();
}
});

it('one extension, extension loads first, all scripts in header', () => {
return testLoadOrderFixture(
'test/fixtures/script-load-extension-head-v0-head.html',
Expand Down

0 comments on commit 4ad1907

Please sign in to comment.