Skip to content

Commit 9e6e8f0

Browse files
committed
Moved incomplete test marker
Signed-off-by: snipe <[email protected]>
1 parent c93ef30 commit 9e6e8f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Feature/Authentication/LoginTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function testLogsFailedLoginAttempt()
3232
public function testLoginThrottleConfigIsRespected()
3333
{
3434

35+
$this->markTestIncomplete("This test is flaky and needs to be fixed. Passes and fails seemingly at random.");
3536
User::factory()->create(['username' => 'username_here']);
3637

3738
config(['auth.passwords.users.throttle.max_attempts' => 1]);

0 commit comments

Comments
 (0)