We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1a9ffa + 493f6c8 commit 43c3f54Copy full SHA for 43c3f54
pkg/e2e/compose_test.go
@@ -141,6 +141,8 @@ func TestDownComposefileInParentFolder(t *testing.T) {
141
}
142
143
func TestAttachRestart(t *testing.T) {
144
+ t.Skip("Skipping test until we can fix it")
145
+
146
if _, ok := os.LookupEnv("CI"); ok {
147
t.Skip("Skipping test on CI... flaky")
148
pkg/e2e/watch_test.go
@@ -35,6 +35,8 @@ import (
35
)
36
37
func TestWatch(t *testing.T) {
38
+ t.Skip("Skipping watch tests until we can figure out why they are flaky/failing")
39
40
services := []string{"alpine", "busybox", "debian"}
41
t.Run("docker cp", func(t *testing.T) {
42
for _, svcName := range services {
0 commit comments