Skip to content

Commit 0a11502

Browse files
committed
disable resolver debug in tests
1 parent d8a60bb commit 0a11502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/pkg/engine/resolve/resolve_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func fakeDataSourceWithInputCheck(t TestingTB, input []byte, data []byte) *_fake
5959
func newResolver(ctx context.Context) *Resolver {
6060
return New(ctx, ResolverOptions{
6161
MaxConcurrency: 1024,
62-
Debug: true,
62+
Debug: false,
6363
})
6464
}
6565

0 commit comments

Comments
 (0)