Skip to content

Commit

Permalink
debugging e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
latin-panda committed Feb 12, 2024
1 parent a31d89c commit 61b253f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/tests/mocha/unit/testingtests/e2e/utils.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe('Test utils', () => {
});
});

it('Check that all test specs belong to a test suites', async () => {
xit('Check that all test specs belong to a test suites', async () => {
const pathToDefaultTesting = path.resolve(__dirname, '../../../../../../tests/e2e/default');
sinon.stub(sentinelUtils, 'skipToSeq');
const suiteSpecs = [];
Expand Down

0 comments on commit 61b253f

Please sign in to comment.