Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
chore: ignore the update data commitment window E2E test (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id authored Oct 13, 2023
1 parent 834763f commit 53e285a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/relayer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ func TestRelayerWithMultipleValidators(t *testing.T) {
}

func TestUpdatingTheDataCommitmentWindow(t *testing.T) {
if os.Getenv("QGB_INTEGRATION_TEST") != TRUE {
t.Skip("Skipping QGB integration tests")
if os.Getenv("BLOBSTREAM_DATA_COMMITMENT_UPDATE_TEST") != TRUE {
t.Skip("Skipping Blobstream data commitment update integration test")
}

network, err := NewQGBNetwork()
Expand Down

0 comments on commit 53e285a

Please sign in to comment.