From 8e1d6f7f7c1b01936a53dc0a0bf3203e2334d89e Mon Sep 17 00:00:00 2001 From: Grzegorz Brzezinski <grzegorz.brzezinski@intel.com> Date: Mon, 21 Oct 2019 09:29:54 +0200 Subject: [PATCH] test: force-disable pmemcheck in obj_root test --- src/test/obj_root/TEST1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/test/obj_root/TEST1 b/src/test/obj_root/TEST1 index b5b32193f..1ea852fb0 100755 --- a/src/test/obj_root/TEST1 +++ b/src/test/obj_root/TEST1 @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright 2018, Intel Corporation +# Copyright 2018-2019, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -40,6 +40,9 @@ require_test_type long +# the test takes too long under pmemcheck +configure_valgrind pmemcheck force-disable + setup # required free space is larger than file size, to be sure that the test -- GitLab