Skip to content

Commit e399648

Browse files
committed
Skip test_dispatch_symbolic_meta
1 parent 96378f1 commit e399648

File tree

1 file changed

+7
-0
lines changed
  • torch/testing/_internal/opinfo/definitions

1 file changed

+7
-0
lines changed

torch/testing/_internal/opinfo/definitions/signal.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,13 @@ def make_signal_windows_opinfo(
263263
dtypes=[torch.float16],
264264
device_type="cpu",
265265
),
266+
DecorateInfo(
267+
unittest.expectedFailure,
268+
"TestMeta",
269+
"test_dispatch_symbolic_meta",
270+
dtypes=[torch.float16],
271+
device_type="cpu",
272+
),
266273
DecorateInfo(
267274
unittest.expectedFailure,
268275
"TestNNCOpInfo",

0 commit comments

Comments
 (0)