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 d4c13d1 commit fa51373Copy full SHA for fa51373
integration_tests/test_libutil.py
@@ -16,14 +16,6 @@ def test_finds_default_cns_executable():
16
assert isinstance(cns_exec_linux, Path)
17
18
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
27
def test_cns_executable_is_file():
28
"""Test that the CNS executable is actually a file."""
29
cns_exec, _ = get_cns_executable()
0 commit comments