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 63d3770 commit f3d2544Copy full SHA for f3d2544
1 file changed
pombast.toml
@@ -176,6 +176,17 @@ excludes = [
176
skip-tests = [
177
# Error while checking the CLIJ2 installation: null
178
"sc.fiji:labkit-pixel-classification",
179
+
180
+ # TEMP: Until n5-aws-sw test failures are resolved; see also:
181
+ # https://github.com/scijava/pom-scijava/pull/304#issuecomment-4684120110
182
+ # Errors are of the form:
183
+ # Unable to execute HTTP request: Connect to localhost:9000
184
+ # [localhost/127.0.0.1] failed: Connection refused (Connection refused)
185
+ "org.janelia.saalfeldlab:n5-aws-s3",
186
187
+ # TEMP: Until n5-universe test failures are resolved; see also:
188
+ # https://github.com/scijava/pom-scijava/pull/304#issuecomment-4684417746
189
+ "org.janelia.saalfeldlab:n5-universe",
190
]
191
192
[remove-tests]
0 commit comments