Skip to content

Commit

Permalink
add Windows to otel integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leehinman committed Nov 21, 2024
1 parent 4647621 commit cdbe471
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testing/integration/otel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func TestOtelFileProcessing(t *testing.T) {
Group: Default,
Local: true,
OS: []define.OS{
// input path missing on windows
{Type: define.Windows},
{Type: define.Linux},
{Type: define.Darwin},
},
Expand Down Expand Up @@ -428,7 +428,7 @@ func TestOtelLogsIngestion(t *testing.T) {
Group: Default,
Local: true,
OS: []define.OS{
// input path missing on windows
{Type: define.Windows},
{Type: define.Linux},
{Type: define.Darwin},
},
Expand Down Expand Up @@ -725,7 +725,7 @@ func TestFileBeatReceiver(t *testing.T) {
Group: Default,
Local: true,
OS: []define.OS{
// {Type: define.Windows}, we don't support otel on Windows yet
{Type: define.Windows},
{Type: define.Linux},
{Type: define.Darwin},
},
Expand Down Expand Up @@ -830,7 +830,7 @@ func TestOtelFBReceiverE2E(t *testing.T) {
Group: Default,
Local: true,
OS: []define.OS{
// {Type: define.Windows}, we don't support otel on Windows yet
{Type: define.Windows},
{Type: define.Linux},
{Type: define.Darwin},
},
Expand Down

0 comments on commit cdbe471

Please sign in to comment.