You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jj...@apache.org on 2019/10/30 10:01:37 UTC

[geode] 01/01: Revert "GEODE-7367: Unignored Tomcat8WithOldModuleCanDoPutsTest (#4242)"

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

jjramos pushed a commit to branch revert-4242-feature/GEODE-7367/Tomcat8WithOldModuleCanDoPutsTest
in repository https://gitbox.apache.org/repos/asf/geode.git

commit e3f7a86cefbc3cb66f88fd329a72fc6b0bb30c28
Author: Juan José Ramos <ju...@users.noreply.github.com>
AuthorDate: Wed Oct 30 10:01:16 2019 +0000

    Revert "GEODE-7367: Unignored Tomcat8WithOldModuleCanDoPutsTest (#4242)"
    
    This reverts commit 156a7cbdf16b84f920f6d6e8dbab718263f13aaf.
---
 ...tSessionBackwardsCompatibilityTomcat8WithOldModuleCanDoPutsTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/geode-assembly/src/upgradeTest/java/org/apache/geode/session/tests/TomcatSessionBackwardsCompatibilityTomcat8WithOldModuleCanDoPutsTest.java b/geode-assembly/src/upgradeTest/java/org/apache/geode/session/tests/TomcatSessionBackwardsCompatibilityTomcat8WithOldModuleCanDoPutsTest.java
index dbed04f..0acf089 100644
--- a/geode-assembly/src/upgradeTest/java/org/apache/geode/session/tests/TomcatSessionBackwardsCompatibilityTomcat8WithOldModuleCanDoPutsTest.java
+++ b/geode-assembly/src/upgradeTest/java/org/apache/geode/session/tests/TomcatSessionBackwardsCompatibilityTomcat8WithOldModuleCanDoPutsTest.java
@@ -14,6 +14,7 @@
  */
 package org.apache.geode.session.tests;
 
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runners.Parameterized;
 
@@ -27,6 +28,7 @@ public class TomcatSessionBackwardsCompatibilityTomcat8WithOldModuleCanDoPutsTes
     super(version);
   }
 
+  @Ignore // GEODE-7336 addressing failures in upgradeTests
   @Test
   public void test() throws Exception {
     startClusterWithTomcat(classPathTomcat8);