We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4238831 commit 887c168Copy full SHA for 887c168
testing/integration/upgrade_standalone_fips_test.go
@@ -30,6 +30,9 @@ func TestStandaloneUpgradeFIPStoFIPS(t *testing.T) {
30
Group: StandaloneUpgrade,
31
Local: false, // requires Agent installation
32
Sudo: true, // requires Agent installation
33
+ OS: []define.OS{
34
+ {Type: define.Linux},
35
+ },
36
})
37
38
// parse the version we are testing
@@ -115,6 +118,9 @@ func TestStandaloneUpgradeFIPStoNonFIPS(t *testing.T) {
115
118
116
119
117
120
121
122
123
124
125
126
// Start with a FIPS-capable Agent artifact
0 commit comments