aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2017-03-09 23:30:42 +0100
committerDamjan Marion <damarion@cisco.com>2017-03-09 23:30:42 +0100
commit73ee23cecbe2806569132de64f6680297544cbe9 (patch)
treedefa44ba935150a761a7e4781e7fb39690cef895 /test
parentc160ae0dca8cde1b4690b0eea3b972cbff3f4128 (diff)
make test: temporary disable MAP-E test
Change-Id: Iee0302a7a4856712f27f97f9cc953b2e9e71698c Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'test')
-rw-r--r--test/test_map.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_map.py b/test/test_map.py
index bc6cd818..6bcd70e9 100644
--- a/test/test_map.py
+++ b/test/test_map.py
@@ -62,6 +62,7 @@ class TestMAP(VppTestCase):
self.assertEqual(rx[IPv6].src, ip6_src)
self.assertEqual(rx[IPv6].dst, ip6_dst)
+ @unittest.skip("Doesn't Work")
def test_map_e(self):
""" MAP-E """