Skip to content

Commit

Permalink
feat: remove experimental flag
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <[email protected]>
  • Loading branch information
vishal-chdhry committed Oct 17, 2023
1 parent 533b5f5 commit 2f5402b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -952,9 +952,6 @@ func TestRekorBundle(t *testing.T) {
}

func TestRekorOutput(t *testing.T) {
// turn on the tlog
defer setenv(t, env.VariableExperimental.String(), "1")()

repo, stop := reg(t)
defer stop()
td := t.TempDir()
Expand Down

0 comments on commit 2f5402b

Please sign in to comment.