From dada0b940f0ae01d81a083c5b4c6c569ed5f83bd Mon Sep 17 00:00:00 2001 From: Quanzheng Long Date: Fri, 6 Dec 2024 14:45:56 -0800 Subject: [PATCH] reduce test load --- integ/any_command_close_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integ/any_command_close_test.go b/integ/any_command_close_test.go index 97affe11..6b077e68 100644 --- a/integ/any_command_close_test.go +++ b/integ/any_command_close_test.go @@ -32,7 +32,8 @@ func TestAnyCommandCloseWorkflowTemporalContinueAsNew(t *testing.T) { } } -// TODO not sure why it's broken +// TODO not sure why it's broken in CI +// but running in local is fine... //func TestAnyCommandCloseWorkflowCadence(t *testing.T) { // if !*cadenceIntegTest { // t.Skip()