estoraged: Disable unit tests by default

When building a BMC image with estoraged, some systems run into build
issues, where meson tries to use the system googletest and then fails to
build the unit tests. We don't need the unit tests when building an
image, so we can disable them by default.

Signed-off-by: John Wedig <johnwedig@google.com>
Change-Id: I28126f44bb8833e83ad151de5e7d2b3df22af0d1
diff --git a/meta-phosphor/recipes-phosphor/storage/estoraged.bb b/meta-phosphor/recipes-phosphor/storage/estoraged.bb
index f1f2ab1..b44f8c8 100644
--- a/meta-phosphor/recipes-phosphor/storage/estoraged.bb
+++ b/meta-phosphor/recipes-phosphor/storage/estoraged.bb
@@ -16,6 +16,8 @@
 
 RDEPENDS:${PN} += "e2fsprogs"
 
+EXTRA_OEMESON = "-Dtests=disabled"
+
 S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/openbmc/estoraged.git;branch=master;protocol=https"
 SRCREV = "9e639820af86dc05f67fe617f76d08b99beba8ba"