Testsuite - Remove temporarily version check from test1.64
Issue: 50485
Cherry-picked: 146e49bf9e
diff --git a/testsuite/expect/test1.64 b/testsuite/expect/test1.64
index dbe148d..c036d74 100755
--- a/testsuite/expect/test1.64
+++ b/testsuite/expect/test1.64
@@ -31,12 +31,6 @@
set matches 0
-# TODO: Remove this precondition check once 22.05 is no longer supported
-regexp {(\d+).(\d+).(\S+)} [get_config_param SLURM_VERSION] - major minor release
-if {$major < 23} {
- skip "This test is disabled in Slurm versions older than 23.02 (see bug 10314)"
-}
-
#
# Spawn initial program via srun
# Send the signal while the srun is waiting for a resource allocation