From d8ae2d97344ca2a34f09cdd6fc5a681ebe0ac738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= <5175937+theofidry@users.noreply.github.com> Date: Sun, 8 Jan 2023 12:52:42 +0100 Subject: [PATCH] ci: Fix the Makefile test for the E2E tests of the requirement checker (#768) --- requirement-checker/tests/E2EMakefileTest.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/requirement-checker/tests/E2EMakefileTest.php b/requirement-checker/tests/E2EMakefileTest.php index 6438ef858..58a980dc9 100644 --- a/requirement-checker/tests/E2EMakefileTest.php +++ b/requirement-checker/tests/E2EMakefileTest.php @@ -31,10 +31,7 @@ protected static function getMakefilePath(): string protected function getExpectedHelpOutput(): string { - return <<<'EOF' - make[1]: *** No rule to make target `help'. Stop. - - EOF; + self::markTestSkipped('There is no help command.'); } public function test_the_e2e_target_must_contain_all_the_e2e_targets(): void