We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4eb00 commit cbbe9b2Copy full SHA for cbbe9b2
pom.xml
@@ -93,6 +93,7 @@
93
<ikvm-version>8.0.312.b07-8</ikvm-version>
94
<java-native-dll>8u312b07</java-native-dll>
95
<surefire.group.excluded>ch.cyberduck.test.IntegrationTest</surefire.group.excluded>
96
+ <surefire.exclude>ch.cyberduck.core.cryptomator.SFTPCryptomatorInteroperabilityTest</surefire.exclude>
97
</properties>
98
99
<dependencyManagement>
@@ -554,6 +555,9 @@
554
555
<DYLD_FALLBACK_FRAMEWORK_PATH>${project.build.directory}</DYLD_FALLBACK_FRAMEWORK_PATH>
556
</environmentVariables>
557
<excludedGroups>${surefire.group.excluded}</excludedGroups>
558
+ <excludes>
559
+ <exclude>${surefire.exclude}</exclude>
560
+ </excludes>
561
<trimStackTrace>false</trimStackTrace>
562
</configuration>
563
<dependencies>
0 commit comments