summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-07-25 13:10:25 -0700
committerPatrick Venture <venture@google.com>2018-07-25 20:12:59 +0000
commit79c7c85c9be3091ca79232e6bcc41f1c40071561 (patch)
tree9a70767de16ad588043ee55bc698f8f605c18a27
parent4a58985ce0cfb24bc0eb8678a4aa9a0ac42ba524 (diff)
downloadphosphor-host-ipmid-79c7c85c9be3091ca79232e6bcc41f1c40071561.tar.gz
phosphor-host-ipmid-79c7c85c9be3091ca79232e6bcc41f1c40071561.zip
test: disable OEM router unit-tests
Until Issue #3325 is resolved, this will make the CI stable again. Change-Id: I5156f1fed153586512d184c973a8be4036620d19 Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r--test/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index cd42b26..847aaad 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -18,6 +18,7 @@ sample_unittest_LDADD = $(top_builddir)/sample.o
check_PROGRAMS += %reldir%/sample_unittest
# Build/add oemrouter_unittest to test suite
-check_PROGRAMS += oemrouter_unittest
-oemrouter_unittest_SOURCES = oemrouter_unittest.cpp
-oemrouter_unittest_LDADD = $(top_builddir)/oemrouter.o
+# Issue #3325
+#check_PROGRAMS += oemrouter_unittest
+#oemrouter_unittest_SOURCES = oemrouter_unittest.cpp
+#oemrouter_unittest_LDADD = $(top_builddir)/oemrouter.o
OpenPOWER on IntegriCloud