Skip to content

Commit

Permalink
uncomment oom test
Browse files Browse the repository at this point in the history
  • Loading branch information
goojal committed Feb 15, 2024
1 parent bf0c89f commit 6e6e7a9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class MSBuildProjectBuilderTests
[InlineData("Squidex.7.2.0.Net6", "Squidex", false)]
[InlineData("coolstore.ShoppingCart.Net6", "ShoppingCart", false)]
[InlineData("clean-architecture-manga.accounts-api.Net7", "Application", false)]
// [InlineData("NorthwindTraders.NetStandard2.1", "Northwind.Application", false)] // Running this test in mac and ubuntu causes OOM
[InlineData("NorthwindTraders.NetStandard2.1", "Northwind.Application", false)] // Running this test in mac and ubuntu causes OOM
public void BuildProject_ShouldGenerateCorrectOutput(string assemblyFolder, string assemblyName, bool windowsOnly)
{
// Skip Windows Only tests
Expand Down
23 changes: 23 additions & 0 deletions engine/Decompiler.Tests/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"WSL": {
"commandName": "WSL",
"launchBrowser": true,
"launchUrl": "https://localhost:5001",
"environmentVariables": {
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000",
"ASPNETCORE_ENVIRONMENT": "Development"
},
"distributionName": "Ubuntu-22.04"
},
"profiles": {
"Decompiler.Tests": {
"commandName": "Project",
"remoteDebugEnabled": false,
"nativeDebugging": false
},
"WSL": {
"commandName": "WSL",
"distributionName": "Ubuntu-22.04"
}
}
}

0 comments on commit 6e6e7a9

Please sign in to comment.