We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378cc83 commit 7b59cb1Copy full SHA for 7b59cb1
@commitlint/core/src/read.test.js
@@ -60,7 +60,7 @@ test.serial('get edit commit message from git subdirectory', async t => {
60
t.deepEqual(actual, expected);
61
});
62
63
-test.serial('get history commit messages from shallow clone', async t => {
+test.serial.failing('get history commit messages from shallow clone', async t => {
64
const [repo] = t.context.repos;
65
66
await writeFile('alpha.txt', 'alpha');
0 commit comments