Skip to content

Commit

Permalink
Move FQDN tests to its own group. (#3929) (#3995)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre HILBERT <[email protected]>
(cherry picked from commit 3f5624b)

Co-authored-by: Blake Rouse <[email protected]>
  • Loading branch information
mergify[bot] and blakerouse authored Jan 3, 2024
1 parent 5b209a0 commit 5a723be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion testing/integration/fqdn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (

func TestFQDN(t *testing.T) {
info := define.Require(t, define.Requirements{
Group: Default, // placed in default only because its skipped
Group: FQDN,
OS: []define.OS{
{Type: define.Linux},
},
Expand Down
3 changes: 3 additions & 0 deletions testing/integration/groups_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ const (
// FleetAirgapped group of tests. Used for testing Elastic Agent with Fleet and airgapped.
FleetAirgapped = "fleet-airgapped"

// FQDN group of tests. Used for testing Elastic Agent with FQDN enabled.
FQDN = "fqdn"

// Upgrade group of tests. Used for testing upgrades.
Upgrade = "upgrade"
)

0 comments on commit 5a723be

Please sign in to comment.