File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ install: containerd-shim-aws-firecracker
37
37
install -D -o root -g root -m755 -t $(INSTALLROOT ) /bin containerd-shim-aws-firecracker
38
38
39
39
test :
40
- DISABLE_ROOT_TESTS=true go test ./... $(EXTRAGOARGS )
40
+ go test ./... $(EXTRAGOARGS )
41
41
42
42
integ-test :
43
43
mkdir -p $(CURDIR ) /logs
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ import (
29
29
"github.com/firecracker-microvm/firecracker-containerd/internal"
30
30
)
31
31
32
- func TestBuildJailedRootHandler (t * testing.T ) {
33
- internal .RequiresRoot (t )
32
+ func TestBuildJailedRootHandler_Isolated (t * testing.T ) {
33
+ internal .RequiresIsolation (t )
34
34
runcConfigPath = "./firecracker-runc-config.json.example"
35
35
dir , err := ioutil .TempDir ("./" , "TestBuildJailedRootHandler" )
36
36
require .NoError (t , err , "failed to create temporary directory" )
You can’t perform that action at this time.
0 commit comments