summary refs log tree commit diff
path: root/nixos/tests/influxdb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/influxdb.nix')
-rw-r--r--nixos/tests/influxdb.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/tests/influxdb.nix b/nixos/tests/influxdb.nix
index aca2189716a..ee126091667 100644
--- a/nixos/tests/influxdb.nix
+++ b/nixos/tests/influxdb.nix
@@ -17,9 +17,6 @@ import ./make-test.nix ({ pkgs, ...} : {
   
     $one->waitForUnit("influxdb.service");
 
-    # Check if admin interface is avalible
-    $one->waitUntilSucceeds("curl -f 127.0.0.1:8083");
-
     # create database
     $one->succeed(q~
       curl -XPOST http://localhost:8086/query --data-urlencode "q=CREATE DATABASE test"