mirror of
https://github.com/filecoin-project/lotus.git
synced 2025-08-26 02:38:58 +08:00
Disable flaky checkpoint tests
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user