1 write to _resourcesToSkip
Aspire.EndToEnd.Tests (1)
IntegrationServicesFixture.cs (1)
79_resourcesToSkip = GetResourcesToSkip();
4 references to _resourcesToSkip
Aspire.EndToEnd.Tests (4)
IntegrationServicesFixture.cs (4)
80if (_resourcesToSkip != TestResourceNames.None && _resourcesToSkip.ToCSVString() is string skipArg) 127if (ename != TestResourceNames.None && expectedResourceNames.HasFlag(ename) && _resourcesToSkip.HasFlag(ename)) 129throw 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} ");