Skip to content

Commit

Permalink
debug: comment test
Browse files Browse the repository at this point in the history
  • Loading branch information
cat2608 committed Mar 21, 2024
1 parent 27ae45b commit b8dd463
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Snyk Security Changelog

## [2.7.11]
### Added
- Consistent ignores for Snyk Code behind a feature flag.
- Render ignores settings behind a feature flag.

## [2.7.10]
### Fixed
- (LS Preview) Fix content root handling for Snyk Code scans
Expand All @@ -10,14 +15,6 @@
- (LS Preview) Fix long-running UI operation to run outside of UI thread
- Remove duplicated annotations in Snyk Code

## [2.8.1]
### Added
- Render ignores settings behind a feature flag.

## [2.8.0]
### Added
- Consistent ignores for Snyk Code behind a feature flag.

## [2.7.8]
### Fixed
- (LS Preview) UI freezes and initialization errors caused by CodeVision and Code annotations
Expand Down
2 changes: 2 additions & 0 deletions src/test/java/snyk/common/lsp/LanguageServerWrapperTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import org.eclipse.lsp4j.InitializeParams
import org.eclipse.lsp4j.services.LanguageServer
import org.junit.After
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import snyk.pluginInfo
import snyk.trust.WorkspaceTrustService
Expand Down Expand Up @@ -112,6 +113,7 @@ class LanguageServerWrapperTest {
}

@Test
@Ignore
fun `sendFeatureFlagCommand should return true if feature flag is enabled`() {
// Arrange
cut.languageClient = mockk(relaxed = true)
Expand Down

0 comments on commit b8dd463

Please sign in to comment.