l3cfg/tests: temporarily disable failing tests "/l3cfg/$N"

Seems this test fails easily under gitlab-ci, if we set NMTST_SEED_RAND
to something else than "0". There is nothing particular special about
"0", except that a randomly different code paths are chosen.

A randomized test that doesn't pass on all systems with all random
paths, is broken. Disable for now. Needs to be fixed.

See-also: https://bugzilla.redhat.com/show_bug.cgi?id=2165141
(cherry picked from commit 14b1a7ba30)
This commit is contained in:
Thomas Haller 2023-01-27 17:09:52 +01:00
parent ae4f5a1861
commit 64e818da80
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -339,6 +339,10 @@ test_l3cfg(gconstpointer test_data)
_LOGD("test start (/l3cfg/%d)", TEST_IDX);
/* FIXME: https://bugzilla.redhat.com/show_bug.cgi?id=2165141 */
g_test_skip("Skip: this test is currently known to fail (rhbz#2165141)");
return;
if (nmtst_test_quick()) {
gs_free char *msg =
g_strdup_printf("Skipping test: don't run long running test %s (NMTST_DEBUG=slow)\n",