Skip to content

Commit

Permalink
Disable failing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzhyk committed May 1, 2020
1 parent 90f0e07 commit c867bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions northd/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ northd_ovn_northd_ddlog_SOURCES = \
northd/ovn-northd-ddlog.c \
northd/ovn_northd_ddlog/ddlog.h
northd_ovn_northd_ddlog_LDADD = \
northd/ovn_northd_ddlog/target/release/libovn_northd_ddlog.la \
lib/libovn.la \
$(OVSDB_LIBDIR)/libovsdb.la \
$(OVS_LIBDIR)/libopenvswitch.la \
northd/ovn_northd_ddlog/target/release/libovn_northd_ddlog.la
$(OVS_LIBDIR)/libopenvswitch.la

northd/OVN_Northbound.dl: ovn-nb.ovsschema northd/nb2ddlog
$(AM_V_GEN)$(srcdir)/northd/nb2ddlog $(srcdir)/ovn-nb.ovsschema > $@.tmp
Expand Down

0 comments on commit c867bb2

Please sign in to comment.