File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1746,7 +1746,7 @@ func E2ETests(env e2e.TestEnv) testhelper.Tests {
17461746 t .Run ("user" , c .testDockerUSER )
17471747 t .Run ("platform" , c .testDockerPlatform )
17481748 t .Run ("crossarch buildkit" , c .testDockerCrossArchBk )
1749- // t.Run("scif", c.testDockerSCIF)
1749+ t .Run ("scif" , c .testDockerSCIF )
17501750 // Regressions
17511751 t .Run ("issue 4524" , c .issue4524 )
17521752 t .Run ("issue 1286" , c .issue1286 )
@@ -1760,7 +1760,6 @@ func E2ETests(env e2e.TestEnv) testhelper.Tests {
17601760 "docker host" : c .testDockerHost ,
17611761 "cred prio" : np (c .testDockerCredsPriority ),
17621762 "registry" : c .testDockerRegistry ,
1763- "scif" : c .testDockerSCIF ,
17641763 // Regressions
17651764 "issue 4943" : c .issue4943 ,
17661765 "issue 5172" : c .issue5172 ,
You can’t perform that action at this time.
0 commit comments