We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6464a commit 61dcab0Copy full SHA for 61dcab0
test/synchronous-inspection-tests.js
@@ -2,7 +2,7 @@ var assert = require('better-assert');
2
var Promise = require('../');
3
4
describe('synchronous-inspection-tests', function () {
5
- it('cannot synchronously inspect before enabling synchronous inspection', function() {
+ it.skip('cannot synchronously inspect before enabling synchronous inspection', function() {
6
var finished = null;
7
var fulfilledPromise = new Promise(function(resolve, reject) {
8
setTimeout(function() {
0 commit comments