summaryrefslogtreecommitdiff
blob: ea59067cb288dd64d154c10b771af043a7089963 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/collector/exporter_test.go
+++ b/collector/exporter_test.go
@@ -71,6 +71,8 @@ func TestExporter(t *testing.T) {
 }
 
 func TestGetMySQLVersion(t *testing.T) {
+	t.Skip("Test requires running mysqld")
+
 	if testing.Short() {
 		t.Skip("-short is passed, skipping test")
 	}
--- a/mysqld_exporter_test.go
+++ b/mysqld_exporter_test.go
@@ -142,6 +142,8 @@ type bin struct {
 
 // TestBin builds, runs and tests binary.
 func TestBin(t *testing.T) {
+	t.Skip("Test requires network access")
+
 	var err error
 	binName := "mysqld_exporter"