Skip to content

Commit

Permalink
Rename windows test file
Browse files Browse the repository at this point in the history
  • Loading branch information
blotus committed Oct 8, 2024
1 parent 3209b2d commit 73f9fcb
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
package wineventlogacquisition

import (
"runtime"
"testing"
"time"

Expand All @@ -18,10 +17,6 @@ import (
)

func TestBadConfiguration(t *testing.T) {
if runtime.GOOS != "windows" {
t.Skip("Skipping test on non-windows OS")
}

exprhelpers.Init(nil)

tests := []struct {
Expand Down Expand Up @@ -66,10 +61,6 @@ xpath_query: test`,
}

func TestQueryBuilder(t *testing.T) {
if runtime.GOOS != "windows" {
t.Skip("Skipping test on non-windows OS")
}

exprhelpers.Init(nil)

tests := []struct {
Expand Down Expand Up @@ -135,10 +126,6 @@ event_level: bla`,
}

func TestLiveAcquisition(t *testing.T) {
if runtime.GOOS != "windows" {
t.Skip("Skipping test on non-windows OS")
}

exprhelpers.Init(nil)

tests := []struct {
Expand Down Expand Up @@ -235,10 +222,6 @@ event_ids:
}

func TestOneShotAcquisition(t *testing.T) {
if runtime.GOOS != "windows" {
t.Skip("Skipping test on non-windows OS")
}

tests := []struct {
name string
dsn string
Expand Down

0 comments on commit 73f9fcb

Please sign in to comment.