aboutsummaryrefslogtreecommitdiffstats
path: root/timetask
diff options
context:
space:
mode:
Diffstat (limited to 'timetask')
-rw-r--r--timetask/http_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/timetask/http_test.go b/timetask/http_test.go
index c54617f..604c3c3 100644
--- a/timetask/http_test.go
+++ b/timetask/http_test.go
@@ -17,6 +17,8 @@ func init() {
}
func TestLogin(t *testing.T) {
+ t.Skip("No requests")
+
response, err := Login(username, password)
if err != nil {
t.Fatal(err)