Skip to content

Commit df7c218

Browse files
mcr229facebook-github-bot
authored andcommitted
add long running tag to e2e model tests
Summary: Models take longer to capture especially without dev-nosan mode. So in testing xnnpack models, a lot of these end to end tests time out and end up ommitted. Since models generally take longer, we can add the long running tag to keep them from timing out on CI Reviewed By: cccclai Differential Revision: D49279457
1 parent 9c8036a commit df7c218

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backends/xnnpack/test/TARGETS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,10 @@ python_unittest(
124124
srcs = glob([
125125
"models/*.py",
126126
]),
127+
tags = ["long_running"],
127128
deps = [
128129
"//caffe2:torch",
129-
"//executorch/backends/xnnpack/partition:xnnpack_partitioner",
130130
"//executorch/backends/xnnpack/test/tester:tester",
131-
"//executorch/exir:lib",
132131
"//pytorch/vision:torchvision",
133132
],
134133
)

0 commit comments

Comments
 (0)