From db8b80067ad70a4a1b801be363c4fc77583770f9 Mon Sep 17 00:00:00 2001
From: Mick Jordan <mick.jordan@oracle.com>
Date: Wed, 19 Apr 2017 10:45:10 -0700
Subject: [PATCH] re-enable NFI unit tests

---
 ci.hocon | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci.hocon b/ci.hocon
index 947bcff284..240265cada 100644
--- a/ci.hocon
+++ b/ci.hocon
@@ -153,7 +153,7 @@ internalPkgtest: ${common} {
 
 builds = [
   ${gateTestLinux}            {capabilities : [linux, amd64, fast],  targets : [gate], name: "gate-test-linux-amd64"}
-#  ${gateTestLinuxNFI}         {capabilities : [linux, amd64, fast],  targets : [gate], name: "gate-test-linux-nfi-amd64"}
+  ${gateTestLinuxNFI}         {capabilities : [linux, amd64, fast],  targets : [gate], name: "gate-test-linux-nfi-amd64"}
   ${gateTestNoSpecialsLinux}  {capabilities : [linux, amd64, fast],  targets : [gate], name: "gate-test-linux-amd64-nospecials"}
   ${gateTestDarwin}           {capabilities : [darwin, amd64], targets : [gate], name: "gate-test-darwin-amd64"}
   ${gateStyle}                {capabilities : [linux, amd64],  targets : [gate], name: "gate-style-linux-amd64"}
-- 
GitLab