Skip to content

Commit

Permalink
Work around TF core dump with open jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
colinduplantis committed Dec 1, 2020
1 parent e314c72 commit cf591f8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import java.nio.file.Files;
import java.nio.file.Paths;

import org.junit.Ignore;
import org.junit.Test;
import org.marketcetera.module.DataFlowID;
import org.marketcetera.modules.headwater.HeadwaterModule;
Expand All @@ -21,6 +22,7 @@
* @version $Id$
* @since $Release$
*/
@Ignore("Tensor flow causes core-dump with Open JDK 1.8.0")
public class TensorFlowModelTest
extends TensorFlowTestBase
{
Expand Down

0 comments on commit cf591f8

Please sign in to comment.