We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba9a84 commit 015bec7Copy full SHA for 015bec7
tests/system/AutoReview/CreateNewChangelogTest.php
@@ -68,7 +68,7 @@ public function testCreateNewChangelog(string $mode): void
68
$output = exec('git status --porcelain | wc -l');
69
70
if ($output !== '0') {
71
- $this->markTestIncomplete('You may have uncommited changes.');
+ $this->markTestSkipped('You have uncommitted operations that will be erased by this test.');
72
}
73
74
$currentVersion = $this->currentVersion;
0 commit comments