Skip to content

Commit

Permalink
fix: skip nightly EC2 tests for paging.usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-newrelic committed Jan 24, 2025
1 parent 53671b4 commit b001f1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/hostmetrics_nightly/hostmetrics_nightly_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ type systemUnderTest struct {

var ec2Ubuntu22 = systemUnderTest{
hostNamePattern: testutil.NewNrQueryHostNamePattern("nightly", testutil.Wildcard, "ec2_ubuntu22_04"),
// TODO: NR-362121
excludedMetrics: []string{"system.paging.usage"},
}
var ec2Ubuntu24 = systemUnderTest{
hostNamePattern: testutil.NewNrQueryHostNamePattern("nightly", testutil.Wildcard, "ec2_ubuntu24_04"),
// TODO: NR-362121
excludedMetrics: []string{"system.paging.usage"},
}
var k8sNode = systemUnderTest{
hostNamePattern: testutil.NewNrQueryHostNamePattern("nightly", testutil.Wildcard, "k8s_node"),
Expand Down

0 comments on commit b001f1b

Please sign in to comment.