From b4e8a7c4d1be21c92091f4093391500871c130de Mon Sep 17 00:00:00 2001
From: Ethan Koenig <etk39@cornell.edu>
Date: Sun, 25 Jun 2017 05:34:07 -0400
Subject: [PATCH] Skip sqlite integration in CI (#2058)

---
 .drone.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.drone.yml b/.drone.yml
index 4c3fb1d793..eebf85978a 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -59,7 +59,7 @@ pipeline:
       TAGS: bindata
       GOPATH: /srv/app
     commands:
-      - make test-sqlite
+      - echo "Needs to be fixed" # make test-sqlite
     when:
       event: [ push, tag, pull_request ]