Explorar el Código

Temporarily disable tests pending automation support

Rod Hynes hace 10 años
padre
commit
cbd02a4d7b
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      psiphon/controller_test.go

+ 6 - 0
psiphon/controller_test.go

@@ -51,6 +51,11 @@ func TestMain(m *testing.M) {
 // initialized in order to to clear out its data entries
 // and be able to arbitrarily order the tests.
 
+/*
+
+TODO: temporarily disabled pending automation
+      support for untunneled upgrade downloads.
+
 func TestUntunneledUpgradeDownload(t *testing.T) {
 	doUntunnledUpgradeDownload(t, false)
 }
@@ -58,6 +63,7 @@ func TestUntunneledUpgradeDownload(t *testing.T) {
 func TestUntunneledResumableUpgradeDownload(t *testing.T) {
 	doUntunnledUpgradeDownload(t, true)
 }
+*/
 
 func TestControllerRunSSH(t *testing.T) {
 	controllerRun(t, TUNNEL_PROTOCOL_SSH, false)