Skip to content

Commit

Permalink
test/airdrop: skip airdrop tests until tree rebuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Nov 4, 2019
1 parent 2faf7dd commit dbcdc85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/airdrop-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ function createNode() {
};
}

describe('Airdrop', function() {
// Note: we skip these for now.
// GooSig was updated and these vectors are no longer valid.
// Will update vectors once we rebuild the tree.
describe.skip('Airdrop', function() {
this.timeout(15000);

const node = createNode();
Expand Down

0 comments on commit dbcdc85

Please sign in to comment.