Skip to content

Commit 084b57d

Browse files
committed
Skip server test on sandboxed
1 parent c96a23a commit 084b57d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_patched_pip.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,10 @@ def test_broken_patches_path(self):
421421
def test_patches_file_url(self):
422422
self.check_installing_with_patch_repo(urljoin('file:', pathname2url(str(self.patch_dir.absolute()))))
423423

424+
@unittest.skipIf(
425+
__graalpython__.posix_module_backend() == 'java',
426+
"Server doesn't work properly under Java posix backend"
427+
)
424428
def test_patches_http_url(self):
425429
patch_dir = self.patch_dir
426430

0 commit comments

Comments
 (0)