Skip to content

Commit

Permalink
fix wrong marker name
Browse files Browse the repository at this point in the history
  • Loading branch information
midays committed Apr 17, 2024
1 parent f22f2ba commit 1078e0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ junit_logging = all
markers =
vscode: mark a test to be vscode related test
intellij: mark a test to be intellij related test
analysis: mark a test to be an analysis only test
sanity: mark a test to be an analysis only test
2 changes: 1 addition & 1 deletion src/tests/vscode/test_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@pytest.mark.parametrize("app_name", json.load(open(DATA_DIR + "analysis.json")))
@pytest.mark.parametrize("ide", ["vscode"])
@pytest.mark.vscode
@pytest.mark.full_analysis
@pytest.mark.sanity
def test_analysis_vscode(setup_vscode, configurations, app_name, ide):
# Automates polarion MTA-475, MTA-476, MTA-477, MTA-478, MTA-479, MTA-480, MTA-492, MTA-491, MTA-490
vscode = setup_vscode
Expand Down

0 comments on commit 1078e0a

Please sign in to comment.