Skip to content
Snippets Groups Projects
Commit 98231fee authored by Malte Bauch's avatar Malte Bauch
Browse files

Remove `Parallel` for Confirm test case

parent d1dd2128
No related branches found
No related tags found
1 merge request!417Fix: Set does not update the model within the database
Pipeline #130331 failed
...@@ -973,9 +973,7 @@ func Test_pndImplementation_Confirm(t *testing.T) { ...@@ -973,9 +973,7 @@ func Test_pndImplementation_Confirm(t *testing.T) {
} }
for _, tt := range tests { for _, tt := range tests {
tt := tt
t.Run(tt.name, func(t *testing.T) { t.Run(tt.name, func(t *testing.T) {
t.Parallel()
sbiService := NewGenericService[southbound.SouthboundInterface]() sbiService := NewGenericService[southbound.SouthboundInterface]()
networkElementService := NewNetworkElementServiceMock() networkElementService := NewNetworkElementServiceMock()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment