Skip to content

Commit

Permalink
Turn back on PP tests (microsoft#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffra authored Nov 25, 2020
1 parent 0e831e2 commit eec44af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/unit/test_pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@

from common import distributed_test

pytest.skip(
"skipping until we can figure out what's causing these to hang inside our CI",
allow_module_level=True)


def rel_diff(A, B):
return abs(A - B) / abs(A)
Expand Down

0 comments on commit eec44af

Please sign in to comment.