aboutsummaryrefslogtreecommitdiffstats
path: root/integration_test/consensus_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integration_test/consensus_test.go')
-rw-r--r--integration_test/consensus_test.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/integration_test/consensus_test.go b/integration_test/consensus_test.go
index 05d7c44..bf2970a 100644
--- a/integration_test/consensus_test.go
+++ b/integration_test/consensus_test.go
@@ -252,6 +252,11 @@ func (s *ConsensusTestSuite) syncBlocksWithSomeNode(
}
func (s *ConsensusTestSuite) TestSimple() {
+ if testing.Short() {
+ // All other tests will cover this basic case. To speed up CI process,
+ // ignore this test in short mode.
+ return
+ }
// The simplest test case:
// - Node set is equals to DKG set and notary set for each chain in each
// round.