3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 17:45:39 +00:00

Ignore flaky test

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-05-08 15:43:40 +01:00
parent 3e0dec4856
commit c93ef30801

View File

@ -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'])