Skip to content

Commit 998090e

Browse files
committed
Ignore HPy test_HPyErr_WarnEx, issue GR-71943
1 parent f97321d commit 998090e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/hpy/test/test_hpyerr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ def check_warning(cls):
439439
check_warning(BytesWarning)
440440
check_warning(ResourceWarning)
441441

442+
@pytest.mark.skipif(IS_GRAALPY, reason="Bytecode DSL sources handling, GR-71943")
442443
def test_HPyErr_WarnEx(self):
443444
import warnings
444445
mod = self.make_module("""

0 commit comments

Comments
 (0)