Skip to content

Commit

Permalink
Merge pull request #797 from snyk/test/remove-bad-test
Browse files Browse the repository at this point in the history
test: skip test that uses previous bad version
  • Loading branch information
lili2311 committed Oct 4, 2019
2 parents 0c6026e + f365660 commit e6568ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/protect-patch-filter.test.js
@@ -1,12 +1,12 @@
var debug = require('debug')('snyk');
var policy = require('snyk-policy');
var path = require('path');
var test = require('tape');
var test = require('tap');
var vulns = require('./fixtures/semver-vuln.json');
var exec = require('child_process').exec;

// skipped intentially - only used for debugging tests
test(
test.skip(
'patch is correctly skipped during tests',
{ timeout: 1000 * 60 * 3 },
function(t) {
Expand Down

0 comments on commit e6568ec

Please sign in to comment.