From 56faa84ae14a25e119a3e6636fc39cb55c2a495a Mon Sep 17 00:00:00 2001 From: neostignone <743707285@qq.com> Date: Sun, 10 May 2026 19:44:50 +0800 Subject: [PATCH] Add Notation to TestAlluxio in pkg/ddc/alluxio/alluxio_suite_test.go Signed-off-by: neostignone <743707285@qq.com> --- pkg/ddc/alluxio/alluxio_suite_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/ddc/alluxio/alluxio_suite_test.go b/pkg/ddc/alluxio/alluxio_suite_test.go index d4d6775ee23..8b965a78a16 100644 --- a/pkg/ddc/alluxio/alluxio_suite_test.go +++ b/pkg/ddc/alluxio/alluxio_suite_test.go @@ -7,6 +7,7 @@ import ( . "github.com/onsi/gomega" ) +// TestAlluxio runs the test suite for the Alluxio package. func TestAlluxio(t *testing.T) { RegisterFailHandler(Fail) RunSpecs(t, "Alluxio Suite", Label("alluxio"))