You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bb...@apache.org on 2021/05/04 18:13:49 UTC

[geode-native] branch develop updated: GEODE-8939: Reenable test (#801)

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

bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new da39737  GEODE-8939: Reenable test (#801)
da39737 is described below

commit da39737a9ad8a7da0ca01925053d635c654d3fb3
Author: Michael Martell <mm...@pivotal.io>
AuthorDate: Tue May 4 11:13:39 2021 -0700

    GEODE-8939: Reenable test (#801)
    
    - CreateDisposeAndCheckForMemoryLeaks
---
 clicache/integration-test2/DataInputTest.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clicache/integration-test2/DataInputTest.cs b/clicache/integration-test2/DataInputTest.cs
index 37f4573..5f44b60 100644
--- a/clicache/integration-test2/DataInputTest.cs
+++ b/clicache/integration-test2/DataInputTest.cs
@@ -33,7 +33,7 @@ namespace Apache.Geode.Client.IntegrationTests
         const int __1K__ = 1024;
         const int __1M__ = __1K__ * __1K__;
 
-        [Fact(Skip = "Test fails intermittently in VS 2019 build")]
+        [Fact]
         public void CreateDisposeAndCheckForMemoryLeaks()
         {
             using (var cluster = new Cluster(output, CreateTestCaseDirectoryName(), 1, 1))