Skip to content

Commit 887c168

Browse files
committed
Restrict FIPS integration tests to Linux
1 parent 4238831 commit 887c168

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

testing/integration/upgrade_standalone_fips_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ func TestStandaloneUpgradeFIPStoFIPS(t *testing.T) {
3030
Group: StandaloneUpgrade,
3131
Local: false, // requires Agent installation
3232
Sudo: true, // requires Agent installation
33+
OS: []define.OS{
34+
{Type: define.Linux},
35+
},
3336
})
3437

3538
// parse the version we are testing
@@ -115,6 +118,9 @@ func TestStandaloneUpgradeFIPStoNonFIPS(t *testing.T) {
115118
Group: StandaloneUpgrade,
116119
Local: false, // requires Agent installation
117120
Sudo: true, // requires Agent installation
121+
OS: []define.OS{
122+
{Type: define.Linux},
123+
},
118124
})
119125

120126
// Start with a FIPS-capable Agent artifact

0 commit comments

Comments
 (0)