Skip to content

Commit 666396f

Browse files
authored
chore(tests): disable shard logging info
1 parent fbd585a commit 666396f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/test-utils/helper-utils.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export class TestNgZone extends NgZone {
9494

9595
// TODO: enable on re-run by selecting enable debug logging
9696
// https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging
97-
const shardLogging = true;
97+
const shardLogging = false;
9898
if (shardLogging) {
9999
const myReporter = {
100100
suiteStarted: function(result) {

0 commit comments

Comments
 (0)