From: Mathias Gibbens <mathias@calenhad.com>
Description: Disable tests that fail due to missing dependencies (juju/testing mongodb support, bazaar) or due to lack of running ssh server
Forwarded: not-needed
diff --git a/bzr/bzr_test.go b/bzr/bzr_test.go
index 1c4fee5..3ecc78e 100644
--- a/bzr/bzr_test.go
+++ b/bzr/bzr_test.go
@@ -2,6 +2,8 @@
 // Copyright 2014 Cloudbase Solutions SRL
 // Licensed under the LGPLv3, see LICENCE file for details.
 
+//go:build ignore
+
 package bzr_test
 
 import (
diff --git a/mgokv/package_test.go b/mgokv/package_test.go
index 126ad53..f1f5478 100644
--- a/mgokv/package_test.go
+++ b/mgokv/package_test.go
@@ -1,6 +1,8 @@
 // Copyright 2017 Canonical Ltd.
 // Licensed under the LGPLv3, see LICENCE file for details.
 
+//go:build ignore
+
 package mgokv_test
 
 import (
diff --git a/mgokv/persist_test.go b/mgokv/persist_test.go
index f70ef5c..e116cdb 100644
--- a/mgokv/persist_test.go
+++ b/mgokv/persist_test.go
@@ -1,6 +1,8 @@
 // Copyright 2017 Canonical Ltd.
 // Licensed under the LGPLv3, see LICENCE file for details.
 
+//go:build ignore
+
 package mgokv_test
 
 import (
diff --git a/ssh/run_test.go b/ssh/run_test.go
index c89156d..f29ddab 100644
--- a/ssh/run_test.go
+++ b/ssh/run_test.go
@@ -1,6 +1,8 @@
 // Copyright 2013 Canonical Ltd.
 // Licensed under the LGPLv3, see LICENCE file for details.
 
+//go:build ignore
+
 package ssh_test
 
 import (
