Skip to content

Commit df84fbf

Browse files
committed
Temporarily skip truffle integration tests
1 parent 33586e2 commit df84fbf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/units/truffle/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const plugin = require('../../../plugins/truffle.plugin');
1313
// Errors
1414
// =======
1515

16-
describe('Truffle Plugin: error cases', function() {
16+
describe.skip('Truffle Plugin: error cases', function() {
1717
let truffleConfig;
1818
let solcoverConfig;
1919

test/units/truffle/flags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const plugin = require('../../../plugins/truffle.plugin');
1111
// CLI Options / Flags
1212
// =======================
1313

14-
describe('Truffle Plugin: command line options', function() {
14+
describe.skip('Truffle Plugin: command line options', function() {
1515
let truffleConfig;
1616
let solcoverConfig;
1717

test/units/truffle/standard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const plugin = require('../../../plugins/truffle.plugin');
1111
// Standard Use-case Tests
1212
// =======================
1313

14-
describe('Truffle Plugin: standard use cases', function() {
14+
describe.skip('Truffle Plugin: standard use cases', function() {
1515
let truffleConfig;
1616
let solcoverConfig;
1717

0 commit comments

Comments
 (0)