Skip to content

Commit fa51373

Browse files
committed
duplicate
1 parent d4c13d1 commit fa51373

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

integration_tests/test_libutil.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ def test_finds_default_cns_executable():
1616
assert isinstance(cns_exec_linux, Path)
1717

1818

19-
@is_linux_x86_64
20-
def test_cns_executable_is_the_same():
21-
"""Test that the function finds CNS in the default location."""
22-
cns_exec, cns_exec_linux = get_cns_executable()
23-
24-
assert cns_exec == cns_exec_linux
25-
26-
2719
def test_cns_executable_is_file():
2820
"""Test that the CNS executable is actually a file."""
2921
cns_exec, _ = get_cns_executable()

0 commit comments

Comments
 (0)