Skip to content

Commit

Permalink
fixup! Skip flaky test on Windows w old Node
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed May 8, 2018
1 parent 0c32aef commit 2957f98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/bin_tr_error.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ var browserify = require('../');
var spawn = require('child_process').spawn;
var test = require('tap').test;
var path = require('path')
var semver = require('semver');

// TODO this should be fixable I guess
var flaky = process.platform === 'win32' && semver.satisfies(process.version, 'v0.10.x');
Expand Down

0 comments on commit 2957f98

Please sign in to comment.