Skip to content

Commit 9e11a14

Browse files
committed
Only run on local
1 parent 615f715 commit 9e11a14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/worker/test_workflow.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8443,6 +8443,8 @@ async def run(self, name: str) -> str:
84438443

84448444

84458445
async def test_search_attribute_codec(client: Client):
8446+
if env_type != "local":
8447+
pytest.skip("Only testing search attributes on local which disables cache")
84468448
await ensure_search_attributes_present(
84478449
client,
84488450
SearchAttributeWorkflow.text_attribute,

0 commit comments

Comments
 (0)