File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ func TestConfigMapUnpacker(t *testing.T) {
50
50
defaultUnpackTimeoutSeconds := int64 (defaultUnpackDuration .Seconds ())
51
51
52
52
// 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 ())
55
55
56
56
type fields struct {
57
57
objs []runtime.Object
@@ -77,7 +77,7 @@ func TestConfigMapUnpacker(t *testing.T) {
77
77
args args
78
78
expected expected
79
79
}{
80
- /* {
80
+ {
81
81
description : "NoCatalogSource/NoConfigMap/NoJob/NotCreated/Pending" ,
82
82
fields : fields {},
83
83
args : args {
@@ -397,7 +397,7 @@ func TestConfigMapUnpacker(t *testing.T) {
397
397
},
398
398
},
399
399
},
400
- },*/
400
+ },
401
401
{
402
402
description : "CatalogSourcePresent/ConfigMapPresent/JobPresent/DigestImage/Unpacked" ,
403
403
fields : fields {
You can’t perform that action at this time.
0 commit comments