21 lines
781 B
Diff
21 lines
781 B
Diff
the migration test fails in CI with
|
|
|
|
evolution-addressbook-factory:31525): libedbus-private-WARNING **: 12:14:56.591: Error setting property 'ConnectionStatus' on interface org.gnome.evolution.dataserver.Source: The connection is closed (g-io-error-quark, 18)
|
|
Bail out! GLib-GIO-FATAL-WARNING: Weak notify timeout, object ref_count=1
|
|
|
|
(/builddir/evolution-data-server-3.42.2/build/tests/book-migration/test-migration:31511): GLib-GIO-WARNING **: 12:15:26.608: Weak notify timeout, object ref_count=1
|
|
|
|
--- a/tests/book-migration/CMakeLists.txt
|
|
+++ b/tests/book-migration/CMakeLists.txt
|
|
@@ -40,9 +40,7 @@
|
|
)
|
|
|
|
# Should be kept ordered approximately from least to most difficult/complex
|
|
-set(TESTS
|
|
- test-migration
|
|
-)
|
|
+set(TESTS)
|
|
|
|
foreach(_test ${TESTS})
|
|
set(SOURCES ${_test}.c)
|