Skip to content

Commit 428727b

Browse files
digantdesaifacebook-github-bot
authored andcommitted
Disable VGF tests
Summary: Temporary to unblock diff train. Differential Revision: D100808720
1 parent 26e2ab8 commit 428727b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

backends/arm/test/targets.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ load("@fbcode_macros//build_defs:python_pytest.bzl", "python_pytest")
33
load("@bazel_skylib//lib:paths.bzl", "paths")
44
load("@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

88
def 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",

0 commit comments

Comments
 (0)