@@ -159,6 +159,7 @@ func TestManifestIntegrationSmoke(t *testing.T) {
159
159
if ! hasDepsolveDnf () {
160
160
t .Skip ("no osbuild-depsolve-dnf binary found" )
161
161
}
162
+ t .Setenv ("IMAGE_BUILDER_EXPERIMENTAL" , "skip-priv-checks" )
162
163
163
164
restore := main .MockNewRepoRegistry (testrepos .New )
164
165
defer restore ()
@@ -359,6 +360,7 @@ func TestBuildIntegrationHappy(t *testing.T) {
359
360
if ! hasDepsolveDnf () {
360
361
t .Skip ("no osbuild-depsolve-dnf binary found" )
361
362
}
363
+ t .Setenv ("IMAGE_BUILDER_EXPERIMENTAL" , "skip-priv-checks" )
362
364
363
365
restore := main .MockNewRepoRegistry (testrepos .New )
364
366
defer restore ()
@@ -420,6 +422,7 @@ func TestBuildIntegrationArgs(t *testing.T) {
420
422
if ! hasDepsolveDnf () {
421
423
t .Skip ("no osbuild-depsolve-dnf binary found" )
422
424
}
425
+ t .Setenv ("IMAGE_BUILDER_EXPERIMENTAL" , "skip-priv-checks" )
423
426
424
427
restore := main .MockNewRepoRegistry (testrepos .New )
425
428
defer restore ()
@@ -509,6 +512,7 @@ func TestBuildIntegrationErrorsProgressVerbose(t *testing.T) {
509
512
if ! hasDepsolveDnf () {
510
513
t .Skip ("no osbuild-depsolve-dnf binary found" )
511
514
}
515
+ t .Setenv ("IMAGE_BUILDER_EXPERIMENTAL" , "skip-priv-checks" )
512
516
513
517
restore := main .MockNewRepoRegistry (testrepos .New )
514
518
defer restore ()
@@ -543,6 +547,7 @@ func TestBuildIntegrationErrorsProgressVerboseWithBuildlog(t *testing.T) {
543
547
if ! hasDepsolveDnf () {
544
548
t .Skip ("no osbuild-depsolve-dnf binary found" )
545
549
}
550
+ t .Setenv ("IMAGE_BUILDER_EXPERIMENTAL" , "skip-priv-checks" )
546
551
547
552
restore := main .MockNewRepoRegistry (testrepos .New )
548
553
defer restore ()
@@ -592,6 +597,7 @@ func TestBuildIntegrationErrorsProgressTerm(t *testing.T) {
592
597
if ! hasDepsolveDnf () {
593
598
t .Skip ("no osbuild-depsolve-dnf binary found" )
594
599
}
600
+ t .Setenv ("IMAGE_BUILDER_EXPERIMENTAL" , "skip-priv-checks" )
595
601
596
602
restore := main .MockNewRepoRegistry (testrepos .New )
597
603
defer restore ()
@@ -821,6 +827,7 @@ func TestBuildCrossArchSmoke(t *testing.T) {
821
827
if ! hasDepsolveDnf () {
822
828
t .Skip ("no osbuild-depsolve-dnf binary found" )
823
829
}
830
+ t .Setenv ("IMAGE_BUILDER_EXPERIMENTAL" , "skip-priv-checks" )
824
831
825
832
restore := main .MockNewRepoRegistry (testrepos .New )
826
833
defer restore ()
@@ -873,6 +880,7 @@ func TestBuildIntegrationOutputFilename(t *testing.T) {
873
880
if ! hasDepsolveDnf () {
874
881
t .Skip ("no osbuild-depsolve-dnf binary found" )
875
882
}
883
+ t .Setenv ("IMAGE_BUILDER_EXPERIMENTAL" , "skip-priv-checks" )
876
884
877
885
restore := main .MockNewRepoRegistry (testrepos .New )
878
886
defer restore ()
0 commit comments