summaryrefslogtreecommitdiff
path: root/tests/atlocal.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r--tests/atlocal.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in
index 60f3dbf35..2f816fc12 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -88,3 +88,10 @@ MINGW*)
IS_WIN32="no"
;;
esac
+
+# XXX: Disable Python related tests on Windows because Open vSwitch code
+# written in Python has not been ported to the Windows platform. We will
+# need to remove the next block after porting is complete.
+if test "$IS_WIN32" = "yes"; then
+ HAVE_PYTHON="no"
+fi