diff --git a/testsuite/tests/lib/integer/all.T b/testsuite/tests/lib/integer/all.T
index ca785f9823185ea6e99173f09622a108630f18e8..e9b19eb9085a6e19b94ac16e908263bb5b6af2bc 100644
--- a/testsuite/tests/lib/integer/all.T
+++ b/testsuite/tests/lib/integer/all.T
@@ -3,8 +3,7 @@ test('integerConversions', normal, compile_and_run, [''])
 # skip ghci as it doesn't support unboxed tuples
 test('integerGmpInternals', [reqlib('integer-gmp'), omit_ways('ghci')], compile_and_run, [''])
 test('plusMinusInteger', [reqlib('integer-gmp'), omit_ways('ghci')], compile_and_run, [''])
-test('integerConstantFolding',
-     [when(compiler_debugged(), expect_broken(11006))], run_command,
+test('integerConstantFolding', [], run_command,
      ['$MAKE -s --no-print-directory integerConstantFolding'])
 test('fromToInteger', [], run_command,
      ['$MAKE -s --no-print-directory fromToInteger'])