Skip to content

Commit efdb7cc

Browse files
committed
Disable metrics for system tests
1 parent 9f33eaa commit efdb7cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Spanner/tests/System/SystemTestCaseTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ private static function getClient()
6969
];
7070
$clientConfig = [
7171
'keyFilePath' => $keyFilePath,
72-
'disableBuiltInMetrics' => false,
72+
'disableBuiltInMetrics' => true,
7373
];
7474

7575
$serviceAddress = getenv('SPANNER_SERVICE_ADDRESS');

0 commit comments

Comments
 (0)