Skip to content

Commit

Permalink
Disable https test for Baikal container, it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
mstilkerich committed May 25, 2023
1 parent 54ff702 commit 6b435f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/Interop/AccountData.php.dist
Expand Up @@ -74,8 +74,7 @@ final class AccountData
"Baikal" => [
"username" => "citest",
"password" => "citest",
"discoveryUri" => "https://localhost:8080/",
"verify" => false,
"discoveryUri" => "http://localhost:8080/",
"syncAllowExtraChanges" => false,
// as of Baikal 0.8.0, the shipped Sabre/DAV version 4.1.4 still does not contain the fix for this bug
// Bug is fixed in Sabre/DAV 4.1.5
Expand Down Expand Up @@ -131,7 +130,7 @@ final class AccountData
],
"Baikal_0" => [
"account" => "Baikal",
"url" => "https://localhost:8080/dav.php/addressbooks/citest/default/",
"url" => "http://localhost:8080/dav.php/addressbooks/citest/default/",
"displayname" => "Default Address Book",
"description" => "Default Address Book for citest",
],
Expand Down

0 comments on commit 6b435f0

Please sign in to comment.