Skip to content

Commit 64ba0ad

Browse files
committed
Update skip reason content in test_get_login
1 parent cd9935a commit 64ba0ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/models/account/test_account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def test_get_account(test_linode_client):
4040

4141

4242
@pytest.mark.skip(
43-
reason="Test fails for test user with [504] Gateway Timeout. More details: ARB-7420"
43+
reason="Test fails for E2E test user with [504] Server Timeout due to enormous amount of logins. More details: ARB-7420"
4444
)
4545
def test_get_login(test_linode_client):
4646
client = test_linode_client

0 commit comments

Comments
 (0)