Skip to content

Commit 2ffab6b

Browse files
committed
enable multi stage build test
1 parent 109c9c1 commit 2ffab6b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

integration/integration_test.go

-8
Original file line numberDiff line numberDiff line change
@@ -1485,14 +1485,6 @@ RUN date --utc > /root/date.txt`, testImageAlpine),
14851485
})
14861486

14871487
t.Run("CacheAndPushMultistage", func(t *testing.T) {
1488-
// Currently fails with:
1489-
// /home/coder/src/coder/envbuilder/integration/integration_test.go:1417: "error: unable to get cached image: error fake building stage: failed to optimize instructions: failed to get files used from context: failed to get fileinfo for /.envbuilder/0/root/date.txt: lstat /.envbuilder/0/root/date.txt: no such file or directory"
1490-
// /home/coder/src/coder/envbuilder/integration/integration_test.go:1156:
1491-
// Error Trace: /home/coder/src/coder/envbuilder/integration/integration_test.go:1156
1492-
// Error: Received unexpected error:
1493-
// error: unable to get cached image: error fake building stage: failed to optimize instructions: failed to get files used from context: failed to get fileinfo for /.envbuilder/0/root/date.txt: lstat /.envbuilder/0/root/date.txt: no such file or directory
1494-
// Test: TestPushImage/CacheAndPushMultistage
1495-
t.Skip("TODO: https://github.com/coder/envbuilder/issues/230")
14961488
t.Parallel()
14971489

14981490
srv := gittest.CreateGitServer(t, gittest.Options{

0 commit comments

Comments
 (0)