File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const plugin = require('../../../plugins/truffle.plugin');
13
13
// Errors
14
14
// =======
15
15
16
- describe ( 'Truffle Plugin: error cases' , function ( ) {
16
+ describe . skip ( 'Truffle Plugin: error cases' , function ( ) {
17
17
let truffleConfig ;
18
18
let solcoverConfig ;
19
19
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const plugin = require('../../../plugins/truffle.plugin');
11
11
// CLI Options / Flags
12
12
// =======================
13
13
14
- describe ( 'Truffle Plugin: command line options' , function ( ) {
14
+ describe . skip ( 'Truffle Plugin: command line options' , function ( ) {
15
15
let truffleConfig ;
16
16
let solcoverConfig ;
17
17
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const plugin = require('../../../plugins/truffle.plugin');
11
11
// Standard Use-case Tests
12
12
// =======================
13
13
14
- describe ( 'Truffle Plugin: standard use cases' , function ( ) {
14
+ describe . skip ( 'Truffle Plugin: standard use cases' , function ( ) {
15
15
let truffleConfig ;
16
16
let solcoverConfig ;
17
17
You can’t perform that action at this time.
0 commit comments