From 649886c4f7aba8951e2486fed6d1ac5f93cd5c9d Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Mon, 19 Jul 2021 19:09:05 +0200 Subject: Temporarily let update test fail directly to avoid aborted tests on PHP7.4 and above (#17793) --- plugins/CoreUpdater/tests/Integration/Commands/UpdateTest.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/CoreUpdater') diff --git a/plugins/CoreUpdater/tests/Integration/Commands/UpdateTest.php b/plugins/CoreUpdater/tests/Integration/Commands/UpdateTest.php index e00697c1fb..a04003303b 100644 --- a/plugins/CoreUpdater/tests/Integration/Commands/UpdateTest.php +++ b/plugins/CoreUpdater/tests/Integration/Commands/UpdateTest.php @@ -102,6 +102,8 @@ class UpdateTest extends ConsoleCommandTestCase public function test_UpdateCommand_ReturnsCorrectExitCode_WhenErrorOccurs() { + $this->fail('This test currently lets PHPUnit fatal completely. Please investigate!'); + // create a blob table, then drop it manually so update 2.10.0-b10 will fail $tableName = ArchiveTableCreator::getBlobTable(Date::factory('2015-01-01')); Db::exec("DROP TABLE $tableName"); -- cgit v1.2.3