Skip to content

Commit c4299ad

Browse files
author
Omer Preminger
committed
tbs: move to the correct test block
1 parent 0ce4b37 commit c4299ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

e2e/docker/docker.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)