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

Improve testing infrastructure #1457

Open
erick-xanadu opened this issue Jan 14, 2025 · 0 comments
Open

Improve testing infrastructure #1457

erick-xanadu opened this issue Jan 14, 2025 · 0 comments

Comments

@erick-xanadu
Copy link
Contributor

Issue description

Why are some tests being skipped? Why are some tests expected to fail? Can we skip lit tests? If I mark something as skipped, how do I know if it is being skipped in the CI/CD? These are some questions that have been asked about the testing infrastructure. Some tasks may include:

  • Conditionally executing lit tests for the standalone plugin based on the presence of the standalone plugin.
  • Have separate directories for tests that are to be skipped under different conditions. We want all of them to be skipped or none of them to be skipped. This way executing tests with github actions should be all green.
  • Error when expected failure no longer fails.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant