Skip to content

Commit

Permalink
NO-JIRA Document why tests are disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-urruty-sonarsource committed Jan 8, 2025
1 parent 7c70aee commit da23fcf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ void it_should_update_module_file_system_on_file_events_creating_file(SonarLintT
assertThat(rawIssue.getRuleKey()).isEqualTo("python:S930");
}

@Disabled
@Disabled("SLCORE-1113")
@SonarLintTest
void it_should_update_module_file_system_on_file_events_deleting_file(SonarLintTestHarness harness, @TempDir Path baseDir) {
var fileIssue = createFile(baseDir, "fileIssue.py",
Expand Down Expand Up @@ -539,7 +539,7 @@ void it_should_update_module_file_system_on_file_events_deleting_file(SonarLintT
verify(client, times(0)).didRaiseIssue(eq(CONFIG_SCOPE_ID), eq(analysisId), rawIssueCaptor.capture());
}

@Disabled
@Disabled("SLCORE-1113")
@SonarLintTest
void it_should_update_module_file_system_on_file_events_editing_file(SonarLintTestHarness harness, @TempDir Path baseDir) {
var fileIssue = createFile(baseDir, "fileIssue.py",
Expand Down

0 comments on commit da23fcf

Please sign in to comment.