Skip to content

Commit

Permalink
skipped gh-2011 and browser provider tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayheck committed May 14, 2024
1 parent 3164ba2 commit 97d0082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { noop } = require('lodash');
// TODO: Refactor tests to avoid shared browsers
if (config.useLocalBrowsers) {
// eslint-disable-next-line no-only-tests/no-only-tests
describe.only('Browser Provider - Job Results Reporting', function () {
describe('Browser Provider - Job Results Reporting', function () {
const BROWSER_OPENING_DELAY = 4000;

let mockProvider = null;
Expand Down
2 changes: 1 addition & 1 deletion test/functional/fixtures/regression/gh-2011/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const run = (pathToTest, concurrency) => {
});
};

describe('[Regression](GH-2011)', function () {
describe.skip('[Regression](GH-2011)', function () {

it('Should execute all fixture\'s test with disableConcurrency in one browser', function () {
return run('./testcafe-fixtures/concurrency-mode-with-disable-concurrency-fixture-test.js', 3)
Expand Down

0 comments on commit 97d0082

Please sign in to comment.