From 1d2d3d1f6865096d81110ca8f7dad9337f7bdf1f Mon Sep 17 00:00:00 2001 From: Paulo Janotti Date: Sat, 28 Oct 2023 13:30:09 -0700 Subject: [PATCH] Remove 'skip' #11451 for tests not in need of fixes --- cmd/configschema/comments_test.go | 4 ---- cmd/configschema/common_test.go | 4 ---- cmd/configschema/configs_test.go | 4 ---- cmd/configschema/docsgen/docsgen/cli_test.go | 4 ---- cmd/configschema/docsgen/docsgen/template_test.go | 4 ---- cmd/configschema/fields_test.go | 4 ---- cmd/otelcontribcol/extensions_test.go | 4 ---- cmd/otelcontribcol/processors_test.go | 4 ---- extension/storage/dbstorage/config_test.go | 4 ---- extension/storage/dbstorage/extension_test.go | 4 ---- 10 files changed, 40 deletions(-) diff --git a/cmd/configschema/comments_test.go b/cmd/configschema/comments_test.go index 798ad94d935e..06880828840e 100644 --- a/cmd/configschema/comments_test.go +++ b/cmd/configschema/comments_test.go @@ -1,10 +1,6 @@ // 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 configschema import ( diff --git a/cmd/configschema/common_test.go b/cmd/configschema/common_test.go index d8a9c2c081ed..e55401bfd71b 100644 --- a/cmd/configschema/common_test.go +++ b/cmd/configschema/common_test.go @@ -1,10 +1,6 @@ // 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 configschema import ( diff --git a/cmd/configschema/configs_test.go b/cmd/configschema/configs_test.go index 8c9c585b72ee..483cbde192c3 100644 --- a/cmd/configschema/configs_test.go +++ b/cmd/configschema/configs_test.go @@ -1,10 +1,6 @@ // 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 configschema import ( diff --git a/cmd/configschema/docsgen/docsgen/cli_test.go b/cmd/configschema/docsgen/docsgen/cli_test.go index 72774087a9b3..ad3be4251ce5 100644 --- a/cmd/configschema/docsgen/docsgen/cli_test.go +++ b/cmd/configschema/docsgen/docsgen/cli_test.go @@ -1,10 +1,6 @@ // 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 docsgen import ( diff --git a/cmd/configschema/docsgen/docsgen/template_test.go b/cmd/configschema/docsgen/docsgen/template_test.go index 36ec2d75f74e..0f25a355eb21 100644 --- a/cmd/configschema/docsgen/docsgen/template_test.go +++ b/cmd/configschema/docsgen/docsgen/template_test.go @@ -1,10 +1,6 @@ // 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 docsgen import ( diff --git a/cmd/configschema/fields_test.go b/cmd/configschema/fields_test.go index 0964edb759d2..22d1a661a59e 100644 --- a/cmd/configschema/fields_test.go +++ b/cmd/configschema/fields_test.go @@ -1,10 +1,6 @@ // 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 configschema import ( diff --git a/cmd/otelcontribcol/extensions_test.go b/cmd/otelcontribcol/extensions_test.go index b7b076be4db3..1afe28c2b905 100644 --- a/cmd/otelcontribcol/extensions_test.go +++ b/cmd/otelcontribcol/extensions_test.go @@ -1,10 +1,6 @@ // 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 ( diff --git a/cmd/otelcontribcol/processors_test.go b/cmd/otelcontribcol/processors_test.go index 053d8290d3ae..0d0b8c677be3 100644 --- a/cmd/otelcontribcol/processors_test.go +++ b/cmd/otelcontribcol/processors_test.go @@ -1,10 +1,6 @@ // 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 ( diff --git a/extension/storage/dbstorage/config_test.go b/extension/storage/dbstorage/config_test.go index dc7dab4050c5..a04c1b8f7d84 100644 --- a/extension/storage/dbstorage/config_test.go +++ b/extension/storage/dbstorage/config_test.go @@ -1,10 +1,6 @@ // 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 dbstorage // import "github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage/dbstorage" import ( diff --git a/extension/storage/dbstorage/extension_test.go b/extension/storage/dbstorage/extension_test.go index 1ca76ae88ce1..7d588f122add 100644 --- a/extension/storage/dbstorage/extension_test.go +++ b/extension/storage/dbstorage/extension_test.go @@ -1,10 +1,6 @@ // 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 dbstorage import (