From aca655a534625b01c05cfe6dfe1f2c9ac7fe4179 Mon Sep 17 00:00:00 2001 From: Paulo Janotti Date: Wed, 1 Nov 2023 12:23:59 -0700 Subject: [PATCH] Keep #11451 skip on processors (GH runner mem issue) --- cmd/otelcontribcol/processors_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cmd/otelcontribcol/processors_test.go b/cmd/otelcontribcol/processors_test.go index 0d0b8c677be3..053d8290d3ae 100644 --- a/cmd/otelcontribcol/processors_test.go +++ b/cmd/otelcontribcol/processors_test.go @@ -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 (