Skip to content

Commit d25a12e

Browse files
Mark Sosivio test as xfail
Sosivio seems to be abandoned, there's no Github activity and the website is down [1][2]. The helm registry is also down[3], which is currently blocking the Microk8s CI. That being considered, we'll skip the Sosivio test, marking it as xfail (expected fail). [1] https://github.com/Sosivio [2] https://docs.sosiv.io/ [3] https://helm.sosiv.io/
1 parent a84522e commit d25a12e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_sosivio.py

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ def test_sosivio(self):
2828
"""
2929
Sets up and validates Sosivio.
3030
"""
31+
pytest.xfail("The Sosivio test is currently failing as https://helm.sosiv.io is down.")
32+
3133
print("Enabling sosivio")
3234
microk8s_enable("sosivio")
3335
print("Validating sosivio")

0 commit comments

Comments
 (0)