Skip to content

Commit e434e15

Browse files
author
Andrei Kamarouski
committed
changes
1 parent a92170c commit e434e15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/zebrunner/agent/core/config/ConfigurationProvidersChain.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,10 @@ private static void merge(ReportingConfiguration config, ReportingConfiguration
320320
run.setTreatSkipsAsFailures(providedConfig.getRun().getTreatSkipsAsFailures());
321321
}
322322

323+
if(run.getSilentDriverFailure() == null) {
324+
run.setSilentDriverFailure(providedConfig.getRun().getSilentDriverFailure());
325+
}
326+
323327
ReportingConfiguration.NotificationConfiguration notification = config.getNotification();
324328
if (notification.getEnabled() == null) {
325329
notification.setEnabled(providedConfig.getNotification().getEnabled());

0 commit comments

Comments
 (0)