disable incompatible tests for llgo test

This commit is contained in:
Li Jie
2025-08-23 17:53:49 +08:00
parent 4a02b1f23b
commit 96001ce9b1
3 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
//go:build !llgo
// +build !llgo
package firmware
import "testing"