Skip to content

Commit

Permalink
take test_id:5268 out of quarantine
Browse files Browse the repository at this point in the history
test showed stability for the defined period of 14 days

Signed-off-by: Igor Bezukh <[email protected]>
  • Loading branch information
enp0s3 committed Apr 28, 2021
1 parent 0ed56e6 commit 7619a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vmi_configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ var _ = Describe("[sig-compute]Configurations", func() {

Context("with Clock and timezone", func() {

It("[QUARANTINE][sig-compute][test_id:5268]guest should see timezone", func() {
It("[sig-compute][test_id:5268]guest should see timezone", func() {
vmi := tests.NewRandomVMIWithEphemeralDiskAndUserdata(cd.ContainerDiskFor(cd.ContainerDiskCirros), "#!/bin/bash\necho 'hello'\n")
timezone := "America/New_York"
tz := v1.ClockOffsetTimezone(timezone)
Expand Down

0 comments on commit 7619a32

Please sign in to comment.