-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Feature] Unit tests should support being set as enabled
or not
#10097
Comments
What do you think @graciegoheen ?
|
We actually already have an issue for this -> #9109 |
Closing as a duplicate of #9109 |
oops my bad 😬 ty both! |
Is this your first time submitting a feature request?
Describe the feature
Data tests can be disabled:
But unit tests can't:
I would like to be able to disable unit tests like every other node type in my project.
Describe alternatives you've considered
Michelle suggested using tags:
and a command like
dbt --target bigquery test -s test_type:unit --exclude tag:bq_only
which is, like, fine, but not as elegant.
Who will this benefit?
My specific use case is having unit tests for a dbt package to run in CI, but having some tests which should only run against a specific platform (e.g. unit testing BQ struct behaviour).
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: