diff --git a/htap_test.go b/htap_test.go index b18df01cb..ed207aee9 100644 --- a/htap_test.go +++ b/htap_test.go @@ -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") }