Skip to content

Commit 4587edc

Browse files
GODRIVER-3493 Add test comment
1 parent 79d0945 commit 4587edc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/test/compilecheck/compile_check_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ import (
2323
"golang.org/x/mod/semver"
2424
)
2525

26+
// This module cannot be included in the workspace since it requires a version
27+
// of klauspost/compress that is not compatible with the Go Driver. Must use
28+
// GOWORK=off to run this test.
29+
2630
const minSupportedVersion = "1.18"
2731

2832
func TestCompileCheck(t *testing.T) {

0 commit comments

Comments
 (0)