Rod Hynes 5 лет назад
Родитель
Сommit
9de1b623be
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      psiphon/controller_test.go

+ 3 - 0
psiphon/controller_test.go

@@ -441,6 +441,9 @@ func TestQUIC(t *testing.T) {
 }
 
 func TestFrontedQUIC(t *testing.T) {
+
+	t.Skipf("temporarily disabled")
+
 	if !quic.Enabled() {
 		t.Skip("QUIC is not enabled")
 	}