Skip to content

Commit

Permalink
[tests] Don't run 'make' in 'tests/tests-libraries' as part of test s…
Browse files Browse the repository at this point in the history
…etup. (#21841)

It's not necessary; this already happens on the bots before the test run
anyway, so any work done here is redundant on the bots. It's even timing out
(after two minutes) on some test runs, which means this should save up to two
minutes for the msbuild tests on the bots.
  • Loading branch information
rolfbjarne authored Dec 20, 2024
1 parent 9853fef commit 648eb5d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public void SetUp ()
{ "MSBuildSDKsPath", null }, // Comes from MSBuild, and confuses 'dotnet build'
};

RunMake (Path.Combine (Configuration.RootPath, "tests", "test-libraries"), environment: env);
RunMake (Path.Combine (Configuration.RootPath, "tests", "common", "TestProjects", "ComplexAssembly"), environment: env);
}

Expand Down

10 comments on commit 648eb5d

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.