File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ load("@fbcode_macros//build_defs:python_pytest.bzl", "python_pytest")
33load ("@bazel_skylib//lib:paths.bzl" , "paths" )
44load ("@fbsource//xplat/executorch/build:runtime_wrapper.bzl" , "runtime" )
55
6- _ENABLE_VGF = True
6+ _ENABLE_VGF = False # Disabled: memfd_create blocked by seccomp on Sandcastle causes segfaults before Python pre-flight check can run
77
88def define_arm_tests ():
99 # TODO [fbonly] Add more tests
@@ -72,6 +72,7 @@ def define_arm_tests():
7272 resources = ["conftest.py" ],
7373 compile = "with-source" ,
7474 typing = False ,
75+ skip_on_mode_mac = True ,
7576 env = {} if runtime .is_oss else ({
7677 "MODEL_CONVERTER_PATH" : "$(location fbsource//third-party/pypi/ai-ml-sdk-model-converter/0.8.0:model-converter-bin)" ,
7778 "MODEL_CONVERTER_LIB_DIR" : "$(location fbsource//third-party/nvidia-nsight-systems:linux-x86_64)/host-linux-x64" ,
You can’t perform that action at this time.
0 commit comments