Skip to content

Commit cbbe9b2

Browse files
committed
Temporarily skip SFTPCryptomatorInteroperabilityTest because of dependency to cryptofs (incompatible with cryptolib uvfdraft).
1 parent 9b4eb00 commit cbbe9b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
<ikvm-version>8.0.312.b07-8</ikvm-version>
9494
<java-native-dll>8u312b07</java-native-dll>
9595
<surefire.group.excluded>ch.cyberduck.test.IntegrationTest</surefire.group.excluded>
96+
<surefire.exclude>ch.cyberduck.core.cryptomator.SFTPCryptomatorInteroperabilityTest</surefire.exclude>
9697
</properties>
9798

9899
<dependencyManagement>
@@ -554,6 +555,9 @@
554555
<DYLD_FALLBACK_FRAMEWORK_PATH>${project.build.directory}</DYLD_FALLBACK_FRAMEWORK_PATH>
555556
</environmentVariables>
556557
<excludedGroups>${surefire.group.excluded}</excludedGroups>
558+
<excludes>
559+
<exclude>${surefire.exclude}</exclude>
560+
</excludes>
557561
<trimStackTrace>false</trimStackTrace>
558562
</configuration>
559563
<dependencies>

0 commit comments

Comments
 (0)