From df9aa89c391e7a7026d628304ae5e206a78575e6 Mon Sep 17 00:00:00 2001 From: Shijie Sheng Date: Wed, 9 Oct 2024 09:09:50 -0700 Subject: [PATCH] add new line to retrigger stucked buildkite --- evictiontest/workflow_cache_eviction_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/evictiontest/workflow_cache_eviction_test.go b/evictiontest/workflow_cache_eviction_test.go index 4107935e6..6c92762b9 100644 --- a/evictiontest/workflow_cache_eviction_test.go +++ b/evictiontest/workflow_cache_eviction_test.go @@ -180,6 +180,7 @@ func (s *CacheEvictionSuite) TestResetStickyOnEviction() { IsolationGroup: "zone-1", }) s.Require().NoError(err) + // this is an arbitrary workflow we use for this test // NOTE: a simple helloworld that doesn't execute an activity // won't work because the workflow will simply just complete