summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-04 10:20:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-04 10:20:34 (GMT)
commit4e84e026848f7315c9a3fdf897df17df9bccd6e3 (patch)
tree699b045cfd60e2727c9a044b2edb97186aff2a06 /tests
parente95b015990c85e30486f84f1ff377981672a8885 (diff)
parent80b392ba8ecdc71a1bba8455351b30e072d75549 (diff)
downloadtcl-4e84e026848f7315c9a3fdf897df17df9bccd6e3.zip
tcl-4e84e026848f7315c9a3fdf897df17df9bccd6e3.tar.gz
tcl-4e84e026848f7315c9a3fdf897df17df9bccd6e3.tar.bz2
Merge 8.7
Diffstat (limited to 'tests')
-rw-r--r--tests/winTime.test5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/winTime.test b/tests/winTime.test
index ae1797d..0d7298f 100644
--- a/tests/winTime.test
+++ b/tests/winTime.test
@@ -19,9 +19,6 @@ if {"::tcltest" ni [namespace children]} {
catch [list package require -exact tcl::test [info patchlevel]]
testConstraint testwinclock [llength [info commands testwinclock]]
-# Some things fail under all Continuous Integration systems for subtle reasons
-# such as CI often running with elevated privileges in a container.
-testConstraint notInCIenv [expr {![info exists ::env(CI)]}]
# The next two tests will crash on Windows if the check for negative
# clock values is not done properly.
@@ -43,7 +40,7 @@ test winTime-1.2 {TclpGetDate} {win} {
# with the Windows clock. 30 sec really isn't enough,
# but how much time does a tester have patience for?
-test winTime-2.1 {Synchronization of Tcl and Windows clocks} {testwinclock notInCIenv} {
+test winTime-2.1 {Synchronization of Tcl and Windows clocks} testwinclock {
# May fail due to OS/hardware discrepancies. See:
# http://support.microsoft.com/default.aspx?scid=kb;en-us;274323
set failed {}