mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-24 08:39:59 -05:00
ci: skips test which is flaky only on travis
This commit is contained in:
parent
53f74755e4
commit
e8bd46c3c3
1 changed files with 1 additions and 0 deletions
|
|
@ -724,6 +724,7 @@ func TestAccDockerService_privateImageConverge(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestAccDockerService_updateMultiplePropertiesConverge(t *testing.T) {
|
||||
t.Skip("Skipping this test because it is flaky only on travis")
|
||||
// Step 1
|
||||
configData := "ewogICJwcmVmaXgiOiAiMTIzIgp9"
|
||||
secretData := "ewogICJrZXkiOiAiUVdFUlRZIgp9"
|
||||
|
|
|
|||
Loading…
Reference in a new issue