This commit is contained in:
Marco Mariani 2023-10-31 13:12:14 +01:00
parent 590a19b768
commit fcd6c468c4

View file

@ -58,6 +58,7 @@ func TestDownloadIndex(t *testing.T) {
}
err = hub.remote.DownloadIndex(tmpIndex.Name())
require.NoError(t, err)
// XXX: this is not failing
// cstest.RequireErrorContains(t, err, "failed http request for hub index: Get")