You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unit tests should be absolutely idempotent and non-destructive. But currently \Acquia\Blt\Tests\BltProject\GitTasksTest::testGitPreCommitHook() rewrites Git history. This isn't a problem in a CI context, but if you ever run your unit tests locally during development, you'll be surprised when your HEAD commit disappears.
The text was updated successfully, but these errors were encountered:
Unit tests should be absolutely idempotent and non-destructive. But currently
\Acquia\Blt\Tests\BltProject\GitTasksTest::testGitPreCommitHook()
rewrites Git history. This isn't a problem in a CI context, but if you ever run your unit tests locally during development, you'll be surprised when yourHEAD
commit disappears.The text was updated successfully, but these errors were encountered: