Skip to content

Commit

Permalink
LUCENE-9147: Fix codec excludes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpountz committed Feb 6, 2020
1 parent e0d35f9 commit 3246b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

// See: https://github.com/DmitryKey/luke/issues/111
@LuceneTestCase.SuppressCodecs({
"SimpleText", "DummyCompressingStoredFields", "HighCompressionCompressingStoredFields", "FastCompressingStoredFields", "FastDecompressionCompressingStoredFields"
"SimpleText", "DummyCompressingStoredFieldsData", "HighCompressionCompressingStoredFieldsData", "FastCompressingStoredFieldsData", "FastDecompressionCompressingStoredFieldsData"
})
public class CommitsImplTest extends LuceneTestCase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

// See: https://github.com/DmitryKey/luke/issues/133
@LuceneTestCase.SuppressCodecs({
"DummyCompressingStoredFields", "HighCompressionCompressingStoredFields", "FastCompressingStoredFields", "FastDecompressionCompressingStoredFields"
"DummyCompressingStoredFieldsData", "HighCompressionCompressingStoredFieldsData", "FastCompressingStoredFieldsData", "FastDecompressionCompressingStoredFieldsData"
})
public class DocumentsImplTest extends DocumentsTestBase {

Expand Down

0 comments on commit 3246b26

Please sign in to comment.