This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git


The following commit(s) were added to refs/heads/master by this push:
     new a83654e  
Lucene.Net.Spatial.Prefix.SpatialOpRecursivePrefixTreeTest::TestContains(): 
Added [AwaitsFix] attribute (see #559)
a83654e is described below

commit a83654eec37adab0326c1e7d3d773f4b1e77ab9d
Author: Shad Storhaug <[email protected]>
AuthorDate: Wed Nov 24 07:42:37 2021 +0700

    Lucene.Net.Spatial.Prefix.SpatialOpRecursivePrefixTreeTest::TestContains(): 
Added [AwaitsFix] attribute (see #559)
---
 .../Prefix/SpatialOpRecursivePrefixTreeTest.cs                         | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/src/Lucene.Net.Tests.Spatial/Prefix/SpatialOpRecursivePrefixTreeTest.cs 
b/src/Lucene.Net.Tests.Spatial/Prefix/SpatialOpRecursivePrefixTreeTest.cs
index 4f78f7b..3626cb4 100644
--- a/src/Lucene.Net.Tests.Spatial/Prefix/SpatialOpRecursivePrefixTreeTest.cs
+++ b/src/Lucene.Net.Tests.Spatial/Prefix/SpatialOpRecursivePrefixTreeTest.cs
@@ -108,7 +108,8 @@ namespace Lucene.Net.Spatial.Prefix
             doTest(SpatialOperation.IsWithin);
         }
 
-        [Test, Repeat(ITERATIONS)]
+        [Test , Repeat(ITERATIONS)]
+        [AwaitsFix("https://github.com/apache/lucenenet/issues/559";)]
         public virtual void TestContains()
         {
             SetupGrid(-1);

Reply via email to