@@ -11,7 +11,6 @@ python_unittest(
1111 "//executorch/kernels/portable:custom_ops_generated_lib",
1212 "//executorch/kernels/quantized:custom_ops_generated_lib",
1313 ],
14- supports_static_listing = True,
1514 tags = ["long_running"],
1615 deps = [
1716 "//caffe2:torch",
@@ -41,7 +40,6 @@ python_unittest(
4140 "//executorch/kernels/portable:custom_ops_generated_lib",
4241 "//executorch/kernels/quantized:custom_ops_generated_lib",
4342 ],
44- supports_static_listing = True,
4543 tags = ["long_running"],
4644 deps = [
4745 "//caffe2:torch",
@@ -72,7 +70,6 @@ python_unittest(
7270 "//executorch/kernels/portable:custom_ops_generated_lib",
7371 "//executorch/kernels/quantized:custom_ops_generated_lib",
7472 ],
75- supports_static_listing = True,
7673 tags = ["long_running"],
7774 deps = [
7875 "//caffe2:torch",
@@ -99,7 +96,6 @@ python_unittest(
9996 "test_xnnpack_passes.py",
10097 "test_xnnpack_utils_classes.py",
10198 ],
102- supports_static_listing = True,
10399 deps = [
104100 "//caffe2:torch",
105101 "//executorch/backends/canonical_partitioners:canonical_partitioner_lib",
@@ -114,7 +110,6 @@ python_unittest(
114110 srcs = [
115111 "ops/add.py",
116112 ],
117- supports_static_listing = True,
118113 deps = [
119114 "//caffe2:torch",
120115 "//executorch/backends/xnnpack/partition:xnnpack_partitioner",
0 commit comments