Skip to content

Commit

Permalink
test(nodebuilder): disable TestArchivalBlobSync (#3635)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg authored Oct 2, 2024
1 parent d4e0fc8 commit 09ba75c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nodebuilder/tests/prune_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ import (
// spin up 3 pruning FNs, connect
// spin up 1 LN that syncs historic blobs
func TestArchivalBlobSync(t *testing.T) {
if testing.Short() {
// TODO: https://github.com/celestiaorg/celestia-node/issues/3636
t.Skip()
}

const (
blocks = 50
btime = time.Millisecond * 300
Expand Down

0 comments on commit 09ba75c

Please sign in to comment.