XComp commented on a change in pull request #16286:
URL: https://github.com/apache/flink/pull/16286#discussion_r662128008
##########
File path:
flink-clients/src/test/java/org/apache/flink/client/testjar/ClasspathProvider.java
##########
@@ -162,6 +164,7 @@ public void before() throws IOException {
directory = temporaryFolder.newFolder(directoryNameSuffix);
directoryContentCreator.accept(directory);
+ resetSystemClasspath();
Review comment:
You're right. I just felt that it would be another safety net. But ok,
I'm gonna remove it again since I have no actual reason to keep it.
--
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]