Skip to content

Commit

Permalink
taxonomny only test for now, should work for non taxonomy
Browse files Browse the repository at this point in the history
  • Loading branch information
nzdev committed Dec 5, 2023
1 parent ca68a66 commit 77ede61
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Examine.Test/Examine.Lucene/Search/FluentApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5192,10 +5192,7 @@ public void GivenTaxonomyIndexSearchAfterTake_Returns_ExpectedTotals_Facet(int f
}
}

[TestCase(FacetTestType.TaxonomyFacets)]
//[TestCase(FacetTestType.SortedSetFacets)]
//[TestCase(FacetTestType.NoFacets)]
public void GivenTaxonomyIndexFacetDrillDownSubquery_Returns_ExpectedTotals_Facet(FacetTestType withFacets)
public void GivenTaxonomyIndexFacetDrillDownSubquery_Returns_ExpectedTotals_Facet()
{
var analyzer = new StandardAnalyzer(LuceneInfo.CurrentVersion);
var facetConfigs = new FacetsConfig();
Expand Down

0 comments on commit 77ede61

Please sign in to comment.