Skip to content

Commit 59a57c7

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 5659b26 + c93ef30 commit 59a57c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

resources/lang/en-US/general.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@
522522
'checked_out_to_fields' => 'Checked Out To Fields',
523523
'percent_complete' => '% complete',
524524
'uploading' => 'Uploading... ',
525-
'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
525+
'upload_error' => 'Error uploading file. Please check that you have no empty rows or duplicated column names in your CSV, and that the server permissions allow uploads.',
526526
'copy_to_clipboard' => 'Copy to Clipboard',
527527
'copied' => 'Copied!',
528528
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',

tests/Feature/Authentication/LoginTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public function testLoginThrottleConfigIsRespected()
6262

6363
public function testLogsSuccessfulLogin()
6464
{
65+
$this->markTestIncomplete("This test is flaky and needs to be fixed. Passes and fails seemingly at random.");
6566
User::factory()->create(['username' => 'username_here']);
6667

6768
$this->withServerVariables(['REMOTE_ADDR' => '127.0.0.100'])

0 commit comments

Comments
 (0)