Skip to content

Commit aedf1bd

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

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
@@ -94,6 +94,7 @@
9494
<java-native-dll>8u312b07</java-native-dll>
9595
<rococoa-version>0.9.1</rococoa-version>
9696
<surefire.group.excluded>ch.cyberduck.test.IntegrationTest</surefire.group.excluded>
97+
<surefire.exclude>ch.cyberduck.core.cryptomator.SFTPCryptomatorInteroperabilityTest</surefire.exclude>
9798
</properties>
9899

99100
<dependencyManagement>
@@ -555,6 +556,9 @@
555556
<DYLD_FALLBACK_FRAMEWORK_PATH>${project.build.directory}</DYLD_FALLBACK_FRAMEWORK_PATH>
556557
</environmentVariables>
557558
<excludedGroups>${surefire.group.excluded}</excludedGroups>
559+
<excludes>
560+
<exclude>${surefire.exclude}</exclude>
561+
</excludes>
558562
<trimStackTrace>false</trimStackTrace>
559563
</configuration>
560564
<dependencies>

0 commit comments

Comments
 (0)