Skip to content

Commit ab78e6b

Browse files
committed
Untag defective test
1 parent 059c495 commit ab78e6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-python/3/test/test_modulefinder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ def test_syntax_error(self):
332332
def test_same_name_as_bad(self):
333333
self._do_test(same_name_as_bad_test)
334334

335+
@support.impl_detail("bytecode", graalvm=False)
335336
def test_bytecode(self):
336337
base_path = os.path.join(TEST_DIR, 'a')
337338
source_path = base_path + importlib.machinery.SOURCE_SUFFIXES[0]

0 commit comments

Comments
 (0)