We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc4e62 commit d197f23Copy full SHA for d197f23
tests/durabletask-azuremanaged/test_dts_rewind_e2e.py
@@ -12,7 +12,10 @@
12
13
# NOTE: These tests assume a sidecar process is running. Example command:
14
# docker run -i -p 8080:8080 -p 8082:8082 -d mcr.microsoft.com/dts/dts-emulator:latest
15
-pytestmark = pytest.mark.dts
+pytestmark = [
16
+ pytest.mark.dts,
17
+ pytest.mark.skip(reason="Rewind support is not yet available in the public DTS emulator"),
18
+]
19
20
# Read the environment variables
21
taskhub_name = os.getenv("TASKHUB", "default")
0 commit comments