Skip to content

Commit

Permalink
disabling multi-node tests (#19)
Browse files Browse the repository at this point in the history
Can't run in any form right now.

Per #13
  • Loading branch information
Aaronontheweb authored Nov 4, 2021
1 parent 422c182 commit 0ea4752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ Target.create "Default" DoNothing
==> "SonarQubeStart"
?=> "Build"
==> "Test"
==> "MultiNodeTest"
//==> "MultiNodeTest"
==> "SonarQubeEnd"
?=> "Push"
==> "Release"
Expand All @@ -429,7 +429,7 @@ Target.create "Default" DoNothing
==> "Restore"
==> "Build"
==> "Test"
==> "MultiNodeTest"
//==> "MultiNodeTest"
==> "Default"

Target.runOrDefault "Default"

0 comments on commit 0ea4752

Please sign in to comment.