Skip to content

Commit

Permalink
[e2e] remove flake marker from installer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pducolin committed Nov 4, 2024
1 parent 6c9555d commit b43f562
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/new-e2e/tests/installer/unix/all_packages_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ func TestPackages(t *testing.T) {
t.Run(suite.Name(), func(t *testing.T) {
t.Parallel()
// FIXME: Fedora currently has DNS issues
// Redhat 9 AMI currently not available incident-32072
if flavor.Flavor == e2eos.Fedora || flavor == e2eos.RedHat9 {
if flavor.Flavor == e2eos.Fedora {
flake.Mark(t)
}

Expand Down

0 comments on commit b43f562

Please sign in to comment.