This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
The following commit(s) were added to refs/heads/main by this push:
new bc4eccb82 Remove slow tag in property repair test (#964)
bc4eccb82 is described below
commit bc4eccb82431db50d8c807a6367e31c7a97f2978
Author: mrproliu <[email protected]>
AuthorDate: Wed Feb 4 11:28:38 2026 +0800
Remove slow tag in property repair test (#964)
---
test/property_repair/full_data/integrated_test.go | 2 +-
test/property_repair/half_data/integrated_test.go | 2 +-
test/property_repair/same_data/integrated_test.go | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/test/property_repair/full_data/integrated_test.go
b/test/property_repair/full_data/integrated_test.go
index dcbcebefa..3e6668809 100644
--- a/test/property_repair/full_data/integrated_test.go
+++ b/test/property_repair/full_data/integrated_test.go
@@ -47,7 +47,7 @@ var (
func TestPropertyRepairIntegrated(t *testing.T) {
gomega.RegisterFailHandler(ginkgo.Fail)
- ginkgo.RunSpecs(t, "Property Repair Integrated Test Suite",
ginkgo.Label("integration", "slow", "property_repair", "full_data"))
+ ginkgo.RunSpecs(t, "Property Repair Integrated Test Suite",
ginkgo.Label("integration", "property_repair", "full_data"))
}
var _ = ginkgo.BeforeSuite(func() {
diff --git a/test/property_repair/half_data/integrated_test.go
b/test/property_repair/half_data/integrated_test.go
index 289061866..88f9a9ae6 100644
--- a/test/property_repair/half_data/integrated_test.go
+++ b/test/property_repair/half_data/integrated_test.go
@@ -47,7 +47,7 @@ var (
func TestPropertyRepairHalfData(t *testing.T) {
gomega.RegisterFailHandler(ginkgo.Fail)
- ginkgo.RunSpecs(t, "Property Repair Half Data Test Suite",
ginkgo.Label("integration", "slow", "property_repair", "half_data"))
+ ginkgo.RunSpecs(t, "Property Repair Half Data Test Suite",
ginkgo.Label("integration", "property_repair", "half_data"))
}
var _ = ginkgo.BeforeSuite(func() {
diff --git a/test/property_repair/same_data/integrated_test.go
b/test/property_repair/same_data/integrated_test.go
index b83138b26..d86500226 100644
--- a/test/property_repair/same_data/integrated_test.go
+++ b/test/property_repair/same_data/integrated_test.go
@@ -47,7 +47,7 @@ var (
func TestPropertyRepairSameData(t *testing.T) {
gomega.RegisterFailHandler(ginkgo.Fail)
- ginkgo.RunSpecs(t, "Property Repair Same Data Test Suite",
ginkgo.Label("integration", "slow", "property_repair", "same_data"))
+ ginkgo.RunSpecs(t, "Property Repair Same Data Test Suite",
ginkgo.Label("integration", "property_repair", "same_data"))
}
var _ = ginkgo.BeforeSuite(func() {