Skip to content

Commit

Permalink
Merge branch 'main' into googlecloudmonitoringreceiver-phase1
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-at-cloudwerx authored Aug 9, 2024
2 parents 424870d + 5d87eab commit 3431c72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/stanza/fileconsumer/file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,10 @@ func TestStartAtEnd(t *testing.T) {
// to another file, while the symlink target is changed frequently, reads all
// the logs from all the files ever targeted by that symlink.
func TestSymlinkedFiles(t *testing.T) {
if runtime.GOARCH == "arm64" {
t.Skip("Failing consistently on ARM64. See https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/34494")
}

if runtime.GOOS == "windows" {
t.Skip("Time sensitive tests disabled for now on Windows. See https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32715#issuecomment-2107737828")
}
Expand Down

0 comments on commit 3431c72

Please sign in to comment.