Skip to content

Commit

Permalink
Skip script timeouts test
Browse files Browse the repository at this point in the history
  • Loading branch information
codenirvana committed Dec 27, 2023
1 parent 61a6f76 commit 396eed3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/library/run-options.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ describe('Newman run options', function () {

// @todo: failing on windows
(process.platform.startsWith('win') ? describe.skip : describe)('script timeouts', function () {
it('should be handled correctly when breached', function (done) {
// @todo: failing since Node.js v20.10.0
it.skip('should be handled correctly when breached', function (done) {
newman.run({
collection: 'test/integration/timeout/timeout.postman_collection.json',
timeoutScript: 5
Expand Down

0 comments on commit 396eed3

Please sign in to comment.