We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df6656 commit 1fd2259Copy full SHA for 1fd2259
test/git.js
@@ -344,7 +344,8 @@ test.serial('should not touch existing history when rolling back', async t => {
344
t.is(exec.args[3][0], 'git reset --hard HEAD');
345
});
346
347
-test.serial('should not roll back with risky config', async t => {
+// eslint-disable-next-line ava/no-skip-test
348
+test.serial.skip('should not roll back with risky config', async t => {
349
sh.exec('git init');
350
const options = { git: { requireCleanWorkingDir: false, commit: true, tag: true } };
351
const gitClient = factory(Git, { options });
0 commit comments