Skip to content

Commit

Permalink
Omit running very slow tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
quapka committed Nov 14, 2023
1 parent c09221b commit c10e4b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meesign_core/test/core_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ void main() {
test('2-2', () => testSignChallenge(Protocol.ptsrsap1, n: 2, t: 2));
test('2-3', () => testSignChallenge(Protocol.ptsrsap1, n: 3, t: 2));
test('3-3', () => testSignChallenge(Protocol.ptsrsap1, n: 3, t: 3));
test('15-20', () => testSignChallenge(Protocol.ptsrsap1, n: 20, t: 15),
tags: 'large', timeout: Timeout(Duration(minutes: 10)));
// test('15-20', () => testSignChallenge(Protocol.ptsrsap1, n: 20, t: 15),
// tags: 'large', timeout: Timeout(Duration(minutes: 10)));
});
});

Expand Down

0 comments on commit c10e4b2

Please sign in to comment.