Skip to content

Commit

Permalink
integration tests: disable /service_types
Browse files Browse the repository at this point in the history
That endpoint currently just returns `{}`,
because only the SentinelHub backend contributest to that,
but that backend is currently down.
No need to fail the whole integration test suite on that.
  • Loading branch information
soxofaan committed Apr 18, 2024
1 parent bf34311 commit 13d3959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_processes(connection):
"/",
"/file_formats",
"/udf_runtimes",
"/service_types",
# "/service_types",
"/credentials/oidc",
],
)
Expand Down

0 comments on commit 13d3959

Please sign in to comment.