Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Azure ServiceBus emulator functional tests #7067

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

eerhardt
Copy link
Member

The emulator isn't reliable / consistent in CI. Disabling for now.

See #7066

The emulator isn't reliable / consistent in CI. Disabling for now.

See dotnet#7066

<!-- on helix this will be available in the source dir -->
<XunitRunnerJson Condition="'$(RepoRoot)' == ''">xunit.runner.json</XunitRunnerJson>
</PropertyGroup>

<PropertyGroup Condition="'$(SkipUnstableEmulators)' == 'true'">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT: Can this just be done in the parent's Directory.Build.props so it applies to both playground and tests and that way we don't have to change multiple places later?

Feel free to not block on this one, but just something to consider.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that we already had this code in the repo.

One reason to not put it in the root of the repo is so it doesn't affect other projects - like stuff under src.

@@ -17,11 +17,17 @@
<PlaygroundSourceDir>$(MSBuildThisFileDirectory)..\..\playground\</PlaygroundSourceDir>
<TestsSharedDir>$(MSBuildThisFileDirectory)..\Shared\</TestsSharedDir>
<RunSettingsFilePath>$(MSBuildThisFileDirectory).runsettings</RunSettingsFilePath>
<!-- Skip emulators that don't start consistently when running in CI. -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT: I know you did it on the facts, but might be good to also add the link to the issue tracking removing this in here too. Also not block on this, if you agree we can add it in your next set of changes.

Copy link
Member

@joperezr joperezr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @eerhardt !

@eerhardt eerhardt enabled auto-merge (squash) January 10, 2025 23:09
@eerhardt eerhardt merged commit 831ede3 into dotnet:main Jan 10, 2025
9 checks passed
@eerhardt eerhardt deleted the DisableServiceBusEmulatorTests branch January 10, 2025 23:40
@github-actions github-actions bot locked and limited conversation to collaborators Feb 10, 2025
@github-actions github-actions bot added the area-integrations Issues pertaining to Aspire Integrations packages label Mar 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-integrations Issues pertaining to Aspire Integrations packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants