Skip to content
Snippets Groups Projects
Commit 8e1d6f7f authored by Grzegorz Brzeziński's avatar Grzegorz Brzeziński
Browse files

test: force-disable pmemcheck in obj_root test

parent b20e79c9
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# Copyright 2018, Intel Corporation # Copyright 2018-2019, Intel Corporation
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions # modification, are permitted provided that the following conditions
...@@ -40,6 +40,9 @@ ...@@ -40,6 +40,9 @@
require_test_type long require_test_type long
# the test takes too long under pmemcheck
configure_valgrind pmemcheck force-disable
setup setup
# required free space is larger than file size, to be sure that the test # required free space is larger than file size, to be sure that the test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment