Skip to content

Commit

Permalink
Merge pull request #4206 from alisman/skipAsync
Browse files Browse the repository at this point in the history
Skip flakey custom tab async test
  • Loading branch information
alisman authored Mar 18, 2022
2 parents bb70aab + e4240f2 commit c6195de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end-to-end-test/remote/specs/core/customTabs.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function goToUrlWithCustomTabConfig(url, custom_tabs) {

function runTests(pageName, url, tabLocation) {
describe(`${pageName} Custom Tabs`, () => {
it('Sync and async hide/show works', function() {
it.skip('Sync and async hide/show works', function() {
this.retries(0);

goToUrlWithCustomTabConfig(url, customTabBase(tabLocation));
Expand Down

0 comments on commit c6195de

Please sign in to comment.