From a6c0fa21c4268b9e9dd66c9837e082a53de01f0d Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Wed, 23 Nov 2022 16:19:03 +0500 Subject: [PATCH] Update RedirectTest.php --- tests/Features/RedirectTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Features/RedirectTest.php b/tests/Features/RedirectTest.php index db673f99..a9ea92fa 100644 --- a/tests/Features/RedirectTest.php +++ b/tests/Features/RedirectTest.php @@ -50,4 +50,4 @@ test('redirect from central to tenant works fine', function () { pest()->get('/redirect') ->assertRedirect('http://abcd/foobar'); -}); +})->skip('Incomplete');