From 6b9fb734bb1776b7089980799e6d6ac9f955c6c6 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 17 Feb 2021 08:30:08 +0100 Subject: [PATCH] Revert "test: Exclude TestLogin.testServer" This reverts commit 6f3becab15ec5af791ccf9e43b1ee072233f19c9. This test works fine in 33, and lots of other tests fail, there is a more fundamental reason for this. --- tests/run-test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/run-test.sh b/tests/run-test.sh index 7d7a0e8..ae63992 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -66,7 +66,6 @@ if [ -n "$test_basic" ]; then # TODO: fix for CI environment EXCLUDES="$EXCLUDES TestLogin.testTally" - EXCLUDES="$EXCLUDES TestLogin.testServer" EXCLUDES="$EXCLUDES TestAccounts.testBasic" # PCI devices list is not predictable