Skip to content

Commit aefef5f

Browse files
committed
Disable test case, for now
1 parent d5b51dd commit aefef5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_elf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ def test_elf_linux_x8664_epoll_simple(self):
790790

791791
self.assertIn(b'echo\n', ql.os.stdout.read())
792792
del ql
793-
793+
@unittest.skip("See comment in https://github.com/qilingframework/qiling/pull/1558")
794794
def test_elf_linux_x8664_epoll_server(self):
795795
# This tests a simple server that uses epoll to wait for data, then prints it out. It has
796796
# been modified to exit after data has been received; instead of a typical server operation

0 commit comments

Comments
 (0)