We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56c7c3 commit aa8a182Copy full SHA for aa8a182
1 file changed
backends/arm/test/targets.bzl
@@ -11,8 +11,6 @@ def define_arm_tests():
11
12
# Passes
13
test_files += native.glob(["passes/test_*.py"])
14
- # https://github.com/pytorch/executorch/issues/8606
15
- test_files.remove("passes/test_ioquantization_pass.py")
16
17
# Operators
18
test_files += [
0 commit comments