Merge pull request #6050 from filecoin-project/flake/checkpoint

Disable flaky checkpoint tests
This commit is contained in:
Łukasz Magiera 2021-04-15 23:26:59 +02:00 committed by GitHub
commit 6a775dfe6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -751,6 +751,8 @@ func TestSyncInputs(t *testing.T) {
}
func TestSyncCheckpointHead(t *testing.T) {
t.Skip("flaky")
H := 10
tu := prepSyncTest(t, H)
@ -793,6 +795,8 @@ func TestSyncCheckpointHead(t *testing.T) {
}
func TestSyncCheckpointEarlierThanHead(t *testing.T) {
t.Skip("flaky")
H := 10
tu := prepSyncTest(t, H)