Skip to content

Commit

Permalink
use testing.Short
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Aug 9, 2024
1 parent d99c6b3 commit 7626857
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 @@ -37,6 +37,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 7626857

Please sign in to comment.