Skip to content

Commit 409a448

Browse files
committed
Don't build E2E tests on Windows
1 parent b463258 commit 409a448

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

e2e_fed_tests/director_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build !windows
2+
13
/***************************************************************
24
*
35
* Copyright (C) 2025, Pelican Project, Morgridge Institute for Research
@@ -19,12 +21,11 @@
1921
package fed_tests
2022

2123
import (
22-
"io"
23-
2424
"context"
2525
"crypto/tls"
2626
_ "embed"
2727
"encoding/json"
28+
"io"
2829
"net/http"
2930
"net/url"
3031
"testing"

0 commit comments

Comments
 (0)