Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions node/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,7 @@ func setupFullNodes(t *testing.T, proto protocol.ConsensusVersion, verificationP
func TestSyncingFullNode(t *testing.T) {
partitiontest.PartitionTest(t)

if testing.Short() {
t.Skip("Test takes ~80 seconds.")
}
t.Skip("Flaky in nightly test environment")

backlogPool := execpool.MakeBacklog(nil, 0, execpool.LowPriority, nil)
defer backlogPool.Shutdown()
Expand Down Expand Up @@ -278,9 +276,8 @@ func TestInitialSync(t *testing.T) {

func TestSimpleUpgrade(t *testing.T) {
partitiontest.PartitionTest(t)
if testing.Short() {
t.Skip("This test takes ~80 seconds.")
}

t.Skip("Flaky in nightly test environment.")

backlogPool := execpool.MakeBacklog(nil, 0, execpool.LowPriority, nil)
defer backlogPool.Shutdown()
Expand Down