1 write to _resourcesToSkip
Aspire.EndToEnd.Tests (1)
IntegrationServicesFixture.cs (1)
76
_resourcesToSkip
= GetResourcesToSkip();
5 references to _resourcesToSkip
Aspire.EndToEnd.Tests (5)
IntegrationServicesFixture.cs (5)
77
if (
_resourcesToSkip
!= TestResourceNames.None &&
_resourcesToSkip
.ToCSVString() is string skipArg)
82
var waitForDashboard = !
_resourcesToSkip
.HasFlag(TestResourceNames.dashboard);
124
if (ename != TestResourceNames.None && expectedResourceNames.HasFlag(ename) &&
_resourcesToSkip
.HasFlag(ename))
126
throw new InvalidOperationException($"The required resource '{ename}' was skipped for the app run for TestScenario: {TestScenario}. Make sure that the TEST_SCENARIO environment variable matches the intended scenario for the test. Resources that were skipped: {string.Join(",",
_resourcesToSkip
)}. TestScenario: {TestScenario} ");