Skip to content

Commit

Permalink
Update test_operations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai authored Nov 13, 2023
1 parent 06da487 commit 64e356d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2101,8 +2101,6 @@ def test_non_empty_scope(self):
xm.mark_step()


@unittest.skipIf(xr.device_type() in ('GPU', 'CUDA', 'ROCM', 'CPU', 'TPU'),
"TODO(manfei): skipped for CI on exptected tests.")
def test_non_empty_scope_decorator(self):

@xp.trace_me("conv2")
Expand Down

0 comments on commit 64e356d

Please sign in to comment.