diff --git a/wally-pipelined/testgen/privileged/testgen-IE.py b/wally-pipelined/testgen/privileged/testgen-IE.py
index ef8a524c2..b0b77b0c3 100644
--- a/wally-pipelined/testgen/privileged/testgen-IE.py
+++ b/wally-pipelined/testgen/privileged/testgen-IE.py
@@ -251,7 +251,7 @@ def writeVectors(a, xlen, storecmd):
 ##################################
 
 # change these to suite your tests
-tests = ["timerM", "timerS", "timerU", "softwareM", "softwareS", "softwareU"]
+tests = ["timerM"] #, "timerS", "timerU", "softwareM", "softwareS", "softwareU"]
 author = "ushakya@hmc.edu"
 xlens = [64, 32]
 numrand = 100;