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');