File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 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');
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments