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 1eb0db6 commit aedf1bdCopy full SHA for aedf1bd
pom.xml
@@ -94,6 +94,7 @@
94
<java-native-dll>8u312b07</java-native-dll>
95
<rococoa-version>0.9.1</rococoa-version>
96
<surefire.group.excluded>ch.cyberduck.test.IntegrationTest</surefire.group.excluded>
97
+ <surefire.exclude>ch.cyberduck.core.cryptomator.SFTPCryptomatorInteroperabilityTest</surefire.exclude>
98
</properties>
99
100
<dependencyManagement>
@@ -555,6 +556,9 @@
555
556
<DYLD_FALLBACK_FRAMEWORK_PATH>${project.build.directory}</DYLD_FALLBACK_FRAMEWORK_PATH>
557
</environmentVariables>
558
<excludedGroups>${surefire.group.excluded}</excludedGroups>
559
+ <excludes>
560
+ <exclude>${surefire.exclude}</exclude>
561
+ </excludes>
562
<trimStackTrace>false</trimStackTrace>
563
</configuration>
564
<dependencies>
0 commit comments