From ceea09fdc7920dc919a4bc0f749e4fa129855db5 Mon Sep 17 00:00:00 2001 From: Piotr Bulawa Date: Fri, 1 Dec 2023 14:10:33 +0100 Subject: [PATCH] Skip test until AWS issue is sorted (#983) --- htap_test.go | 1 + 1 file changed, 1 insertion(+) 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") }