Skip to content

Commit 9816763

Browse files
committed
Remove comment block
Signed-off-by: Daniel Franz <[email protected]>
1 parent 5b6a543 commit 9816763

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/controller/bundle/bundle_unpacker_test.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ func TestConfigMapUnpacker(t *testing.T) {
5050
defaultUnpackTimeoutSeconds := int64(defaultUnpackDuration.Seconds())
5151

5252
// Custom timeout to override the default cmdline flag ActiveDeadlineSeconds value
53-
//customAnnotationDuration := 2 * time.Minute
54-
//customAnnotationTimeoutSeconds := int64(customAnnotationDuration.Seconds())
53+
customAnnotationDuration := 2 * time.Minute
54+
customAnnotationTimeoutSeconds := int64(customAnnotationDuration.Seconds())
5555

5656
type fields struct {
5757
objs []runtime.Object
@@ -77,7 +77,7 @@ func TestConfigMapUnpacker(t *testing.T) {
7777
args args
7878
expected expected
7979
}{
80-
/*{
80+
{
8181
description: "NoCatalogSource/NoConfigMap/NoJob/NotCreated/Pending",
8282
fields: fields{},
8383
args: args{
@@ -397,7 +397,7 @@ func TestConfigMapUnpacker(t *testing.T) {
397397
},
398398
},
399399
},
400-
},*/
400+
},
401401
{
402402
description: "CatalogSourcePresent/ConfigMapPresent/JobPresent/DigestImage/Unpacked",
403403
fields: fields{

0 commit comments

Comments
 (0)