Skip to content

Commit

Permalink
Skip test until AWS issue is sorted (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pbulawa authored Dec 1, 2023
1 parent 15fac29 commit ceea09f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ func TestQueryContextCacheDisabled(t *testing.T) {
}

func TestHybridTablesE2E(t *testing.T) {
t.Skip("Skipping the test until AWS issue is fixed")
if runningOnGithubAction() && !runningOnAWS() {
t.Skip("HTAP is enabled only on AWS")
}
Expand Down

0 comments on commit ceea09f

Please sign in to comment.