Skip to content

Commit eeb2402

Browse files
committed
test(query-builder): exclude disconnecting test
1 parent 2174a24 commit eeb2402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/test-utils/configure-suite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const configureTestSuite = (configureAction?: () => TestBed) => {
5454

5555
// TODO: enable on re-run by selecting enable debug logging
5656
// https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging
57-
const shardLogging = true;
57+
const shardLogging = false;
5858
if (shardLogging) {
5959
const myReporter = {
6060
suiteStarted: function(result) {

0 commit comments

Comments
 (0)