Skip to content

Commit 3cfee59

Browse files
committed
Add decorateinfo
1 parent 761ead2 commit 3cfee59

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,12 @@ def make_signal_windows_opinfo(
187187
"test_schema_correctness",
188188
dtypes=[torch.float16],
189189
),
190+
DecorateInfo(
191+
unittest.expectedFailure,
192+
"TestDecomp",
193+
"test_comprehensive",
194+
dtypes=[torch.float16],
195+
),
190196
*skips,
191197
),
192198
)

0 commit comments

Comments
 (0)