Skip to content

Commit

Permalink
added list to performance
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanuba committed Oct 30, 2023
1 parent 777fade commit 2568c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generator/test_case_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ var testTypeToTestConfig = map[string][]testConfig{
testDir: "./test/acceptance",
targets: map[string]map[string]struct{}{"os": {"ubuntu-20.04": {}}},
},
//skipping FIPS test as the test cannot be verified
//neither ssh nor SSM works after a reboot once FIPS is enabled
// skipping FIPS test as the test cannot be verified
// neither ssh nor SSM works after a reboot once FIPS is enabled
//{
// testDir: "./test/fips",
// targets: map[string]map[string]struct{}{"os": {"rhel8": {}}},
Expand Down

0 comments on commit 2568c33

Please sign in to comment.