Skip to content

Commit

Permalink
systemtests: set io_in_core py3 test broken
Browse files Browse the repository at this point in the history
due to issues with multibyte files in the baseclass when using python3,
we mark this test as broken for python3, as it will fail when python
thinks the filesystem is in ascii-mode.
  • Loading branch information
arogge committed Dec 7, 2022
1 parent eea0e6e commit 9ffa0bf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ if(BASENAME MATCHES "py3")
else()
create_systemtest(${SYSTEMTEST_PREFIX} ${BASENAME} DISABLED)
endif()
set_tests_properties("${SYSTEMTEST_PREFIX}${BASENAME}:basic" PROPERTIES LABELS broken)
set_tests_properties("${SYSTEMTEST_PREFIX}${BASENAME}:io_in_core" PROPERTIES LABELS broken)
endif()

0 comments on commit 9ffa0bf

Please sign in to comment.