We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c9358 commit c7d6f4cCopy full SHA for c7d6f4c
1 file changed
extensions/splunk/tests/features/environment.py
@@ -26,6 +26,7 @@ def before_feature(context, feature):
26
is_x86 = platform.machine() in ("i386", "AMD64", "x86_64")
27
if not is_x86:
28
feature.skip("This feature is only x86/x64 compatible")
29
+ return
30
31
docker.from_env().images.pull(SplunkContainer.IMAGE)
32
0 commit comments