Skip to content

Commit

Permalink
Removing references to removed scaling tests (Azure#5255)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocav authored and pragnagopa committed Nov 15, 2019
1 parent 15fb05f commit 5107827
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ If you want to test anything other than HTTP, it will require the `AzureWebJobsS
## Running tests (Visual Studio)
There are three test projects in the WebJobs.Script solution
- WebJobs.Script.Scaling.Tests
- WebJobs.Script.Tests
- WebJobs.Script.Test.Integration
Expand Down
1 change: 0 additions & 1 deletion run-tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function RunTest([string] $project, [string] $description,[bool] $skipBuild = $f
$tests = @(
@{project = "..\tools\ExtensionsMetadataGenerator\test\ExtensionsMetadataGeneratorTests"; description="ExtensionsMetadataGenerator Tests"},
@{project ="WebJobs.Script.Tests"; description="Unit Tests"},
@{project ="WebJobs.Script.Scaling.Tests"; description="Scaling Tests"},
@{project ="WebJobs.Script.Tests.Integration"; description="Non-E2E integration tests"; filter ="Category!=E2E"},
@{project ="WebJobs.Script.Tests.Integration"; description="C# end to end tests"; filter ="Group=CSharpEndToEndTests"},
@{project ="WebJobs.Script.Tests.Integration"; description="Node end to end tests"; filter ="Group=NodeEndToEndTests"},
Expand Down

0 comments on commit 5107827

Please sign in to comment.