Skip to content

Commit 96a1306

Browse files
committed
fix: unit test failure if another running production has conflicting item name
1 parent 3ac5e43 commit 96a1306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/UnitTest/SourceControl/Git/ProductionDecomposition.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ XData ProductionDefinition3
156156

157157
Method OnBeforeAllTests() As %Status
158158
{
159-
merge ..SourceControlGlobal = ^SYS("SourceControl")
160-
return $$$OK
159+
merge ..SourceControlGlobal = ^SYS("SourceControl")
160+
return ##class(Ens.Director).StopProduction(,1)
161161
}
162162

163163
Method OnBeforeOneTest() As %Status

0 commit comments

Comments
 (0)