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

Skip some failing functional tests on MacOS GH Actions runner #6277

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

MetRonnie
Copy link
Member

See #6276

Check List

  • I have read CONTRIBUTING.md and added my name as a Code Contributor.
  • Contains logically grouped changes (else tidy your branch by rebase).
  • Does not contain off-topic changes (use other PRs for other changes).
  • If this is a bug fix, PR should be raised against the relevant ?.?.x branch.

@MetRonnie MetRonnie added small infrastructure GH Actions, Codecov etc. labels Aug 1, 2024
@MetRonnie MetRonnie self-assigned this Aug 1, 2024
@MetRonnie MetRonnie changed the title Skip some failing tests on MacOS GH Actions runner Skip some failing functional tests on MacOS GH Actions runner Aug 1, 2024
@oliver-sanders oliver-sanders merged commit 0eab427 into cylc:8.3.x Aug 6, 2024
22 of 25 checks passed
@MetRonnie MetRonnie deleted the actions-macos branch August 6, 2024 08:43
@@ -782,6 782,13 @@ skip_all() {
exit
}

skip_macos_gh_actions() {
# https://github.com/cylc/cylc-flow/issues/6276
if [[ "$CI" && "$OSTYPE" == "darwin"* ]]; then
Copy link
Member

Choose a reason for hiding this comment

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

Should this have a default?

Copy link
Member Author

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure GH Actions, Codecov etc. small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants