Skip to content

Commit bec234e

Browse files
authored
Disable HAR recording by default (#1999)
1 parent eb90247 commit bec234e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/jenkinsci/test/acceptance/recorder/HarRecorder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static State value(String value) {
6969
}
7070

7171
static State CAPTURE_HAR = State.value(SystemEnvironmentVariables.getPropertyVariableOrEnvironment(
72-
"RECORD_BROWSER_TRAFFIC", State.FAILURES_ONLY.getValue()));
72+
"RECORD_BROWSER_TRAFFIC", State.OFF.getValue()));
7373

7474
private static BrowserUpProxy proxy;
7575

0 commit comments

Comments
 (0)