Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Commit

Permalink
tests/app_sandbox: disable overlay for semaphore ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiusz Urbaniak committed Jan 17, 2017
1 parent 04c374d commit 3b52941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rkt_app_sandbox_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ func testSandbox(t *testing.T, testFunc func(*testutils.RktRunCtx, *gexpect.Expe
ctx := testutils.NewRktRunCtx()
defer ctx.Cleanup()

rkt := ctx.Cmd() + " app sandbox --uuid-file-save=" + uuidFile
rkt := ctx.Cmd() + " app sandbox --no-overlay --uuid-file-save=" + uuidFile
child := spawnOrFail(t, rkt)

// wait for the sandbox to start
Expand Down

0 comments on commit 3b52941

Please sign in to comment.