Skip to content

Commit

Permalink
Removed integration_experimental from unit tests, registered marker i… (
Browse files Browse the repository at this point in the history
#1030)

---------

Co-authored-by: Tomasz Urbaszek <[email protected]>
  • Loading branch information
sfc-gh-astus and sfc-gh-turbaszek authored May 7, 2024
1 parent 95d639b commit cd66787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,14 @@ select = [
]

[tool.pytest.ini_options]
addopts = "-m 'not integration and not performance and not e2e and not spcs and not loaded_modules'"
addopts = "-m 'not integration and not performance and not e2e and not spcs and not loaded_modules and not integration_experimental'"
markers = [
"integration: mark test as integration test",
"performance: mark test as performance test",
"e2e: mark test to execute on Snowflake CLI installed in fresh virtual environment",
"loaded_modules: checks loaded modules",
"patch_app_version: sets app version to 0.0.0-test_patched",
"integration_experimental: experimental integration test",
]


Expand Down

0 comments on commit cd66787

Please sign in to comment.