Skip to content

Commit

Permalink
main/gnome-calculator: disable test that times out on ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
q66 committed Sep 29, 2024
1 parent 22fa389 commit fdc7deb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions main/gnome-calculator/patches/timeout.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Seems to time out on ppc64le.

--- a/tests/meson.build
+++ b/tests/meson.build
@@ -53,7 +53,7 @@ test_number = executable('test-number', test_number_sources,
link_with: [libcalculator, lib_mpfrg],
include_directories: gnome_calculator_tests_includes,
)
-test('Number test', test_number)
+#test('Number test', test_number)

test_serializer_sources = [
'test-serializer.vala',

0 comments on commit fdc7deb

Please sign in to comment.