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
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Oct 13, 2023
1 parent 834763f commit b77ba21
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 b77ba21

Please sign in to comment.