Skip to content

Commit f533d5a

Browse files
mcr229facebook-github-bot
authored andcommitted
add long running tag to e2e model tests (#372)
Summary: Pull Request resolved: #372 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: digantdesai Differential Revision: D49279457 fbshipit-source-id: 02e160e8cbb26723ca7337c76f13c360df80315a
1 parent 393a324 commit f533d5a

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
@@ -125,11 +125,10 @@ python_unittest(
125125
srcs = glob([
126126
"models/*.py",
127127
]),
128+
tags = ["long_running"],
128129
deps = [
129130
"//caffe2:torch",
130-
"//executorch/backends/xnnpack/partition:xnnpack_partitioner",
131131
"//executorch/backends/xnnpack/test/tester:tester",
132-
"//executorch/exir:lib",
133132
"//pytorch/vision:torchvision",
134133
],
135134
)

0 commit comments

Comments
 (0)