diff --git a/tests/Feature/Authentication/LoginTest.php b/tests/Feature/Authentication/LoginTest.php index 2f688a59d8..fd0930a3e5 100644 --- a/tests/Feature/Authentication/LoginTest.php +++ b/tests/Feature/Authentication/LoginTest.php @@ -62,6 +62,7 @@ class LoginTest extends TestCase public function testLogsSuccessfulLogin() { + $this->markTestIncomplete("This test is flaky and needs to be fixed. Passes and fails seemingly at random."); User::factory()->create(['username' => 'username_here']); $this->withServerVariables(['REMOTE_ADDR' => '127.0.0.100'])