From a4fedefbb8f254532900b931a517d032a81f825a Mon Sep 17 00:00:00 2001 From: Piotr Bulawa Date: Fri, 1 Dec 2023 13:33:21 +0100 Subject: [PATCH] Skip test until AWS issue is sorted --- 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") }