You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c.Skip("FIXME: test breaks due to classic builder deprecation message") // FIXME(thaJeztah): test breaks due to classic builder deprecation message in output
3411
+
3405
3412
// This test makes sure that -q works correctly when build is successful:
3406
3413
// stdout has only the image ID (long image ID) and stderr is empty.
c.Skip("FIXME: test breaks due to classic builder deprecation message") // FIXME(thaJeztah): test breaks due to classic builder deprecation message in output
3463
+
3455
3464
// This test makes sure that -q works correctly when build fails by
3456
3465
// comparing between the stderr output in quiet mode and in stdout
3457
3466
// and stderr output in verbose mode
@@ -3473,6 +3482,8 @@ func (s *DockerCLIBuildSuite) TestBuildNotVerboseFailureWithNonExistImage(c *tes
c.Skip("FIXME: test breaks due to classic builder deprecation message") // FIXME(thaJeztah): test breaks due to classic builder deprecation message in output
3486
+
3476
3487
// This test makes sure that -q works correctly when build fails by
3477
3488
// comparing between the stderr output in quiet mode and in stdout
3478
3489
// and stderr output in verbose mode
@@ -3501,6 +3512,8 @@ func (s *DockerCLIBuildSuite) TestBuildNotVerboseFailure(c *testing.T) {
c.Skip("FIXME: test breaks due to classic builder deprecation message") // FIXME(thaJeztah): test breaks due to classic builder deprecation message in output
3516
+
3504
3517
// This test ensures that when given a wrong URL, stderr in quiet mode and
3505
3518
// stderr in verbose mode are identical.
3506
3519
// TODO(vdemeester) with cobra, stdout has a carriage return too much so this test should not check stdout
@@ -3531,6 +3544,8 @@ func (s *DockerCLIBuildSuite) TestBuildNotVerboseFailureRemote(c *testing.T) {
c.Skip("FIXME: test breaks due to classic builder deprecation message") // FIXME(thaJeztah): test breaks due to classic builder deprecation message in output
3548
+
3534
3549
// This test just makes sure that no non-error output goes
3535
3550
// to stderr
3536
3551
constname="testbuildstderr"
@@ -3700,6 +3715,7 @@ func (s *DockerCLIBuildSuite) TestBuildFromMixedcaseDockerfile(c *testing.T) {
3700
3715
3701
3716
// FIXME(vdemeester) should migrate to docker/cli tests
c.Skip("FIXME(thaJeztah): test is broken or invalid on current versions") // FIXME(thaJeztah) produces "ambiguous Dockerfile source: both stdin and flag correspond to Dockerfiles"
testRequires(c, DaemonIsLinux) // TODO Windows: This test is flaky; no idea why
3745
+
testRequires(c, DaemonIsLinux) // TODO Windows: This test is flaky; no idea why
3746
+
c.Skip("FIXME(thaJeztah): test is broken or invalid on current versions") // FIXME(thaJeztah) produces "ambiguous Dockerfile source: both stdin and flag correspond to Dockerfiles"
@@ -6250,7 +6268,7 @@ func (s *DockerCLIBuildSuite) TestBuildEmitsEvents(t *testing.T) {
6250
6268
"--since", before.Format(time.RFC3339),
6251
6269
),
6252
6270
cli.WithTimeout(time.Millisecond*300),
6253
-
cli.WithEnvironmentVariables("DOCKER_API_VERSION=v1.46"), // FIXME(thaJeztah): integration-cli runs docker CLI 18.06; we're "upgrading" the API version to a version it doesn't support here ;)
6271
+
cli.WithEnvironmentVariables("DOCKER_API_VERSION=v1.46"), // FIXME(thaJeztah): integration-cli runs docker CLI 25.0; we're "upgrading" the API version to a version it doesn't support here ;)
@@ -1629,6 +1632,7 @@ func (s *DockerDaemonSuite) TestBuildOnDisabledBridgeNetworkDaemon(c *testing.T)
1629
1632
FROM busybox
1630
1633
RUN cat /etc/hosts`),
1631
1634
build.WithoutCache,
1635
+
build.WithBuildkit(false), // FIXME(thaJeztah): doesn't work with BuildKit? 'ERROR: process "/bin/sh -c cat /etc/hosts" did not complete successfully: network bridge not found'
0 commit comments