Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wz1qqx committed May 9, 2023
1 parent 06b4cfc commit eead38c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/xpu/test_batch_norm_op_xpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@ def __init__(self):
self.op_name = 'batch_norm'
self.use_dynamic_create_class = False

@unittest.skipIf(
not paddle.is_compiled_with_xpu(), "core is not compiled with XPU"
)
class TestBatchNormOp(unittest.TestCase):
def setUp(self):
self.op_type = "batch_norm"
Expand Down

0 comments on commit eead38c

Please sign in to comment.