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

Fix skipped unit tests on linux github action workflow #23

Open
razvangoga opened this issue Feb 27, 2024 · 3 comments
Open

Fix skipped unit tests on linux github action workflow #23

razvangoga opened this issue Feb 27, 2024 · 3 comments
Labels
bug Something isn't working cicd
Milestone

Comments

@razvangoga
Copy link
Collaborator

razvangoga commented Feb 27, 2024

1. on linux agent when tye2 was still on dotnet 6

// tests tagged with
[Trait("FailsInGithubActions", "true")]
  • almost all tests are green : 203 / 209
image image

Originally posted by @razvangoga in #7 (comment)

2. on linux agent after upgrading tye2 was to dotnet 8

// tests tagged with
[Trait("FailsAfterNet8", "true")]

disabled to get #30 merged

@razvangoga razvangoga added this to the Road to v1 milestone Feb 27, 2024
@razvangoga razvangoga added bug Something isn't working cicd labels Feb 27, 2024
@drakon660
Copy link
Contributor

I will check those 2 failing tests

@razvangoga
Copy link
Collaborator Author

razvangoga commented Mar 7, 2024 via email

@drakon660
Copy link
Contributor

Ok I will check on mac os also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cicd
Projects
None yet
Development

No branches or pull requests

2 participants