From dd0a160b016244c495c47e45ed8aa31f8aa2cd37 Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Mon, 25 Nov 2024 08:03:01 +0000 Subject: [PATCH] fix(ut,windows): exclude pty build in Windows tests Signed-off-by: Billy Zha --- internal/testutils/console.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/testutils/console.go b/internal/testutils/console.go index 5d26674c7..e5e16253e 100644 --- a/internal/testutils/console.go +++ b/internal/testutils/console.go @@ -1,3 +1,5 @@ +//go:build freebsd || linux || netbsd || openbsd || solaris + /* Copyright The ORAS Authors. Licensed under the Apache License, Version 2.0 (the "License");