We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b51dd commit aefef5fCopy full SHA for aefef5f
1 file changed
tests/test_elf.py
@@ -790,7 +790,7 @@ def test_elf_linux_x8664_epoll_simple(self):
790
791
self.assertIn(b'echo\n', ql.os.stdout.read())
792
del ql
793
-
+ @unittest.skip("See comment in https://github.com/qilingframework/qiling/pull/1558")
794
def test_elf_linux_x8664_epoll_server(self):
795
# This tests a simple server that uses epoll to wait for data, then prints it out. It has
796
# been modified to exit after data has been received; instead of a typical server operation
0 commit comments