Skip to content

Commit

Permalink
test: skip test that uses previous bad version
Browse files Browse the repository at this point in the history
  • Loading branch information
darscan committed Oct 4, 2019
1 parent 0c6026e commit f365660
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 f365660

Please sign in to comment.