Skip to content

Commit 75e1887

Browse files
committed
Update DecorateInfo
1 parent e1af0e8 commit 75e1887

File tree

1 file changed

+3
-3
lines changed
  • torch/testing/_internal/opinfo/definitions

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@ def make_signal_windows_opinfo(
182182
"test_op_has_batch_rule",
183183
),
184184
DecorateInfo(
185-
unittest.skip("Skipped"),
185+
unittest.skip("Skipped!"),
186+
"TestSchemaCheckModeOpInfo"
186187
"test_schema_correctness",
187-
"TestSchemaCheckModeOpInfo",
188-
dtypes=[torch.float16],
188+
dtypes=[torch.float16]
189189
),
190190
*skips,
191191
),

0 commit comments

Comments
 (0)