Skip to content

Commit

Permalink
Remove #1308 windows tests skip
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzEeKkAa committed Feb 26, 2024
1 parent 7b4e818 commit 867c370
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@
MemoryScope,
atomic_fence,
)
from numba_dpex.tests._helper import skip_windows


# TODO: https://github.com/IntelPython/numba-dpex/issues/1308
@skip_windows
def test_atomic_fence():
"""A test for atomic_fence function."""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
import numba_dpex as dpex
import numba_dpex.experimental as dpex_exp
from numba_dpex.kernel_api import MemoryScope, NdItem, group_barrier
from numba_dpex.tests._helper import skip_windows


# TODO: https://github.com/IntelPython/numba-dpex/issues/1308
@skip_windows
def test_group_barrier():
"""A test for group_barrier function."""

Expand Down

0 comments on commit 867c370

Please sign in to comment.