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"))