thomasmueller commented on code in PR #2082:
URL: https://github.com/apache/jackrabbit-oak/pull/2082#discussion_r1957994067
##########
oak-segment-azure/src/test/java/org/apache/jackrabbit/oak/segment/azure/AzureSegmentStoreServiceTest.java:
##########
@@ -88,6 +89,11 @@ public void setup() throws Exception {
}
}
+ @AfterClass
+ public static void tearDownClass() {
+ System.clearProperty("segment.azure.v12.enabled");
Review Comment:
That assumes the system property was not set before running the test. This
assumption might not be correct. Instead, the old value should be store in the
setup, and restored in the tear down.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]