From 95d50082d73f0660fadd27dba82931dffe4decd5 Mon Sep 17 00:00:00 2001
From: Jason Etheridge <jason@esilibrary.com>
Date: Tue, 9 Jan 2018 13:37:30 -0500
Subject: [PATCH] suppress these lovefield offline DB errors for now

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
---
 qa/test_output_webifier.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/qa/test_output_webifier.pl b/qa/test_output_webifier.pl
index fd73a5c0a..681873344 100755
--- a/qa/test_output_webifier.pl
+++ b/qa/test_output_webifier.pl
@@ -150,6 +150,7 @@ sub print_pass_or_fail {
     my $subpage = shift;
     my $exception = {}; # keyed on subpage, value = # of expected errors
     $exception{'Log Output: osrfsys.log'} = 3; # open-ils.cstore ERROR from live_t/08-lp1366964-libdbi-error.t (and related)
+    $exception{'Running Evergreen browser client build/test'} = 6; # Cannot connect to offline DB: Error: http://google.github.io/lovefield/error_lookup/src/error_lookup.html
     if (! defined $exception{$subpage}) {
         $exception{$subpage} = 0;
     }
-- 
2.11.0