aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/tst_blackbox.cpp')
-rw-r--r--tests/auto/blackbox/tst_blackbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.cpp b/tests/auto/blackbox/tst_blackbox.cpp
index a84f0e6d1..4f0d4880e 100644
--- a/tests/auto/blackbox/tst_blackbox.cpp
+++ b/tests/auto/blackbox/tst_blackbox.cpp
@@ -2039,7 +2039,6 @@ void TestBlackbox::wildCardsAndRules()
// Add input.
touch("input2.inp");
- QEXPECT_FAIL(0, "QBS-723", Abort);
QbsRunParameters params;
params.expectFailure = true;
QCOMPARE(runQbs(params), 0);
@@ -2051,6 +2050,7 @@ void TestBlackbox::wildCardsAndRules()
// Add "explicitlyDependsOn".
touch("dep.dep");
QCOMPARE(runQbs(), 0);
+ QEXPECT_FAIL(0, "QBS-724", Abort);
QVERIFY(m_qbsStdout.contains("Creating output artifact"));
// Add nothing.