Skip to content

Commit 760db5b

Browse files
committed
tests now are not expected to fail
1 parent e895363 commit 760db5b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.fsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,7 @@ Target "Build.NetCore" (fun _ ->
262262
)
263263

264264
Target "RunTests.NetCore" (fun _ ->
265-
try
266-
runCmdIn "tests/service/" "dotnet" "test -c Release --result:TestResults.NetCore.xml;format=nunit3"
267-
with _ ->
268-
printfn ".NET core tests failed"
265+
runCmdIn "tests/service/" "dotnet" "test -c Release --result:TestResults.NetCore.xml;format=nunit3"
269266
)
270267

271268

0 commit comments

Comments
 (0)