diff options
-rw-r--r-- | test/Feature/const_array_opt1.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Feature/const_array_opt1.c b/test/Feature/const_array_opt1.c index 1776e9d8..1ed3c3ee 100644 --- a/test/Feature/const_array_opt1.c +++ b/test/Feature/const_array_opt1.c @@ -1,5 +1,6 @@ // REQUIRES: not-msan -// Disabling msan because it times out on CI +// REQUIRES: not-ubsan +// Disabling msan and ubsan because it times out on CI // RUN: %clang %s -emit-llvm %O0opt -c -o %t.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --const-array-opt --max-time=10 --only-output-states-covering-new %t.bc | FileCheck %s |