Skip to content

Commit f3d2544

Browse files
committed
pombast: skip n5 aws-s3 and universe tests for now
Hopefully only temporarily!
1 parent 63d3770 commit f3d2544

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pombast.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,17 @@ excludes = [
176176
skip-tests = [
177177
# Error while checking the CLIJ2 installation: null
178178
"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",
179190
]
180191

181192
[remove-tests]

0 commit comments

Comments
 (0)