Skip to content

Commit

Permalink
testing skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayheck committed May 13, 2024
1 parent 047d492 commit 3f63afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/fixtures/regression/gh-2568/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function assertSelectorCallstack (actual, expected) {
expect(removeWhitespaces(actual)).contains(removeWhitespaces(expected));
}

describe('[Regression](GH-2568)', function () {
describe.skip('[Regression](GH-2568)', function () {
it('nested selector', function () {
return runTests('testcafe-fixtures/index.js', 'nested selector', { selectorTimeout: 100, shouldFail: true })
.catch(function (errs) {
Expand Down

0 comments on commit 3f63afd

Please sign in to comment.