Skip to content

Commit d197f23

Browse files
committed
Skip DTS E2E rewind tests until available
1 parent 2dc4e62 commit d197f23

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/durabletask-azuremanaged/test_dts_rewind_e2e.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212

1313
# NOTE: These tests assume a sidecar process is running. Example command:
1414
# docker run -i -p 8080:8080 -p 8082:8082 -d mcr.microsoft.com/dts/dts-emulator:latest
15-
pytestmark = pytest.mark.dts
15+
pytestmark = [
16+
pytest.mark.dts,
17+
pytest.mark.skip(reason="Rewind support is not yet available in the public DTS emulator"),
18+
]
1619

1720
# Read the environment variables
1821
taskhub_name = os.getenv("TASKHUB", "default")

0 commit comments

Comments
 (0)