WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 6d02d86

Browse files
authored
unconditionally skip python telemetry abort test (#5706)
1 parent 12e78e7 commit 6d02d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/docker_ssi/test_docker_ssi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_telemetry(self):
9393
@features.ssi_guardrails
9494
@irrelevant(context.library == "java" and context.installed_language_runtime >= "1.8.0_0")
9595
@irrelevant(context.library == "php" and context.installed_language_runtime >= "7.0")
96-
@irrelevant(context.library >= "python@4.0.0rc1" and context.installed_language_runtime < "3.9.0")
96+
@irrelevant(context.library == "python")
9797
@bug(context.library == "nodejs" and context.installed_language_runtime < "12.17.0", reason="INPLAT-252")
9898
@bug(context.library == "java" and context.installed_language_runtime == "1.7.0-201", reason="INPLAT-427")
9999
@irrelevant(context.library == "nodejs" and context.installed_language_runtime >= "17.0")

0 commit comments

Comments
 (0)