Skip to content

Commit c7d6f4c

Browse files
committed
MINIFICPP-2835 Fix skipping Splunk tests on ARM64
1 parent c4c9358 commit c7d6f4c

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)