From d666d40e7bfe356089075933d184c2052bd8f5ba Mon Sep 17 00:00:00 2001 From: Vasil Ilchev Date: Thu, 31 Jul 2025 08:50:30 +0300 Subject: [PATCH] Disable RemoteEvents on build tests (#2573) Co-authored-by: vasilchev --- .../src/main/resources/hawkbit-test-defaults.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hawkbit-repository/hawkbit-repository-test/src/main/resources/hawkbit-test-defaults.properties b/hawkbit-repository/hawkbit-repository-test/src/main/resources/hawkbit-test-defaults.properties index ba30c46b6..10ddf3eea 100644 --- a/hawkbit-repository/hawkbit-repository-test/src/main/resources/hawkbit-test-defaults.properties +++ b/hawkbit-repository/hawkbit-repository-test/src/main/resources/hawkbit-test-defaults.properties @@ -78,4 +78,5 @@ hawkbit.server.security.dos.maxTargetsPerAutoAssignment=20 hawkbit.server.security.dos.maxActionsPerTarget=20 # Quota - END -# Properties that are managed by autoconfigure module at runtime and not available during test - END \ No newline at end of file +# Properties that are managed by autoconfigure module at runtime and not available during test - END +org.eclipse.hawkbit.events.remote-enabled=false \ No newline at end of file