mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 17:45:39 +00:00
@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user