Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
  • Loading branch information
ChrsMark committed May 9, 2024
1 parent 59d08fc commit 76c6c61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions receiver/kubeletstatsreceiver/scraper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ func TestScraperWithMetadata(t *testing.T) {
md, err := r.Scrape(context.Background())
require.NoError(t, err)

require.True(t, false)
filename := "test_scraper_with_metadata_" + tt.name + "_expected.yaml"
expectedFile := filepath.Join("testdata", "scraper", filename)

Expand Down

0 comments on commit 76c6c61

Please sign in to comment.