From: Gurucharan Shetty Date: Wed, 12 Nov 2014 15:23:00 +0000 (-0800) Subject: tests: Skip a sflow test for Windows. X-Git-Tag: v2.4.0~966 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=80ee73d35ef187f32216ae67500e776dcaafbad1;p=cascardo%2Fovs.git tests: Skip a sflow test for Windows. AT_XFAIL_IF cannot be used here because it lets the tests run first and then say that the failure is expected. In this particular test, the utilities simply hang blocking all other tests. So use AT_SKIP_IF instead. Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff Acked-by: Nithin Raju --- diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at index d1f6977d3..534938693 100644 --- a/tests/ofproto-dpif.at +++ b/tests/ofproto-dpif.at @@ -4548,6 +4548,7 @@ CHECK_SFLOW_SAMPLING_PACKET([[[::1]]], [IPv6]) dnl Test sFlow LAG structures AT_SETUP([ofproto-dpif - sFlow LACP structures]) +AT_SKIP_IF([test "$IS_WIN32" = "yes"]) OVS_VSWITCHD_START([dnl add-bond br0 bond p1 p2 -- \ set Port bond lacp=active bond-mode=active-backup \