adb9b7d8f9
changelog: https://github.com/bufbuild/buf/releases/tag/v1.69.0 diff: https://github.com/bufbuild/buf/compare/v1.68.4...v1.69.0
16 lines
604 B
Diff
16 lines
604 B
Diff
diff --git a/private/buf/buftesting/buftesting.go b/private/buf/buftesting/buftesting.go
|
|
index 1b5557d..cec5736 100644
|
|
--- a/private/buf/buftesting/buftesting.go
|
|
+++ b/private/buf/buftesting/buftesting.go
|
|
@@ -100,6 +100,10 @@ func RunActualProtoc(
|
|
|
|
// GetGoogleapisDirPath gets the path to a clone of googleapis.
|
|
func GetGoogleapisDirPath(tb testing.TB, buftestingDirPath string) string {
|
|
+ // Requires network access, which is not available during
|
|
+ // the nixpkgs sandboxed build
|
|
+ tb.Skip()
|
|
+
|
|
googleapisDirPath := filepath.Join(buftestingDirPath, testGoogleapisDirPath)
|
|
require.NoError(
|
|
tb,
|