Skip to content

Commit 8bf4857

Browse files
testerkiprasmel
authored andcommitted
fix: disable gpgSign in tests
Signed-off-by: tester <tester@test.com>
1 parent 0652cff commit 8bf4857

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/experiment.spec.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@ export async function setupRepo() {
158158
await config.setString("user.email", "tester@test.com");
159159
await config.setString("user.name", "tester");
160160

161+
/**
162+
* gpg signing in tests not possible i believe,
163+
* at least wasn't working.
164+
*/
165+
await config.setBool(configKeys.gpgSign, Git.Config.MAP.FALSE);
166+
161167
/**
162168
* fixups / not implemented in libgit2.
163169
* though, would be better if received empty/minimal config by default..

0 commit comments

Comments
 (0)