Skip to content

Commit

Permalink
disable libyui integration tests in ruby-bindings as it is not reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 15, 2025
1 parent 3008583 commit 9883ee2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ foreach(test ${Specs})
ADD_TEST(${test} rspec --format doc ${test})
endforeach(test)

ADD_TEST("integration" ruby ${CMAKE_CURRENT_SOURCE_DIR}/integration/run.rb)
# disable integration test as it is too fragile on non intel architectures
# ADD_TEST("integration" ruby ${CMAKE_CURRENT_SOURCE_DIR}/integration/run.rb)
ADD_TEST("translations" rspec --format doc ${CMAKE_CURRENT_SOURCE_DIR}/integration/translations_spec.rb)

file(GLOB libyui_specs "libyui/*_spec.rb")
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/std_streams_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def std_puts(message)

# Regression test for the fix of bnc#943757 implemented
# in libyui-ncurses 2.47.3
describe "streams redirection in libyui-ncurses" do
xdescribe "streams redirection in libyui-ncurses" do
include Yast::UIShortcuts

around do |example|
Expand Down

0 comments on commit 9883ee2

Please sign in to comment.