Skip to content

Commit

Permalink
Temporarily skip truffle integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Apr 26, 2022
1 parent 22992e1 commit 21ca46e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/units/truffle/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const plugin = require('../../../plugins/truffle.plugin');
// Errors
// =======

describe('Truffle Plugin: error cases', function() {
describe.skip('Truffle Plugin: error cases', function() {
let truffleConfig;
let solcoverConfig;

Expand Down
2 changes: 1 addition & 1 deletion test/units/truffle/flags.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const plugin = require('../../../plugins/truffle.plugin');
// CLI Options / Flags
// =======================

describe('Truffle Plugin: command line options', function() {
describe.skip('Truffle Plugin: command line options', function() {
let truffleConfig;
let solcoverConfig;

Expand Down
2 changes: 1 addition & 1 deletion test/units/truffle/standard.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const plugin = require('../../../plugins/truffle.plugin');
// Standard Use-case Tests
// =======================

describe('Truffle Plugin: standard use cases', function() {
describe.skip('Truffle Plugin: standard use cases', function() {
let truffleConfig;
let solcoverConfig;

Expand Down

0 comments on commit 21ca46e

Please sign in to comment.