Skip to content

Commit

Permalink
removing focus
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Bustamante <[email protected]>
  • Loading branch information
jjbustamante committed Apr 24, 2024
1 parent c2871d0 commit 8412584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/layout_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ func testIndex(t *testing.T, when spec.G, it spec.S) {
})

when("#Push", func() {
when.Focus("index is created from scratch", func() {
when("index is created from scratch", func() {
it.Before(func() {
repoName := newTestImageIndexName("push-index-test")
t.Log("XXX", repoName)
Expand Down

0 comments on commit 8412584

Please sign in to comment.