Skip to content

Commit

Permalink
Keep open-telemetry#11451 skip on extensions (GH runner mem issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed Nov 14, 2023
1 parent 961c71c commit b5a476d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/otelcontribcol/extensions_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

// Skip tests on Windows temporarily, see https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/11451
//go:build !windows
// +build !windows

package main

import (
Expand Down

0 comments on commit b5a476d

Please sign in to comment.