summaryrefslogtreecommitdiff
path: root/sdk/bp_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/bp_test.go')
-rw-r--r--sdk/bp_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/sdk/bp_test.go b/sdk/bp_test.go
index e1edc5131..4cd54c777 100644
--- a/sdk/bp_test.go
+++ b/sdk/bp_test.go
@@ -180,6 +180,7 @@ func (t removeFredTransformation) transformPropertySetAfterContents(name string,
}
func TestTransformRemoveProperty(t *testing.T) {
+ t.Parallel()
helper := &TestHelper{t}
@@ -195,6 +196,7 @@ func TestTransformRemoveProperty(t *testing.T) {
}
func TestTransformRemovePropertySet(t *testing.T) {
+ t.Parallel()
helper := &TestHelper{t}