Skip to content

Commit 5822e38

Browse files
authored
MINIFICPP-2835 Fix skipping Splunk tests on ARM64 (#2190)
There is no splunk/splunk docker image for ARM, so we need to skip the feature on ARM, and the image pull command, too.
1 parent 8a0d75a commit 5822e38

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extensions/splunk/tests/features/environment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def before_feature(context, feature):
2626
is_x86 = platform.machine() in ("i386", "AMD64", "x86_64")
2727
if not is_x86:
2828
feature.skip("This feature is only x86/x64 compatible")
29+
return
2930

3031
docker.from_env().images.pull(SplunkContainer.IMAGE)
3132

0 commit comments

Comments
 (0)