remove problem test

This commit is contained in:
Arne Döring
2018-11-20 16:19:37 +01:00
committed by Araq
parent be553e691b
commit ce7121530d

View File

@@ -1,12 +0,0 @@
discard """
disabled: "appveyor"
"""
# diabled on appveyor, because it fails there.
import times, os
var start = epochTime()
os.sleep(1000)
let diff = abs(epochTime() - start - 1.0)
doAssert diff < 0.005, $diff