From e82605f658088fd20f720cb83242bcf29743c4d4 Mon Sep 17 00:00:00 2001 From: c9s Date: Thu, 7 Dec 2023 14:38:34 +0800 Subject: [PATCH] xdepthmaker: skip test for dnum --- pkg/strategy/xdepthmaker/strategy_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/strategy/xdepthmaker/strategy_test.go b/pkg/strategy/xdepthmaker/strategy_test.go index 5f40af7f6..182f0bc8a 100644 --- a/pkg/strategy/xdepthmaker/strategy_test.go +++ b/pkg/strategy/xdepthmaker/strategy_test.go @@ -1,3 +1,5 @@ +//go:build !dnum + package xdepthmaker import (