diff options
author | Amar Tumballi <amarts@redhat.com> | 2017-11-27 04:42:54 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2017-11-27 04:45:29 +0530 |
commit | 683b15a6a2e6c0efbb45db3fd97b9cf08c4f7194 (patch) | |
tree | 154141dbf1938114c382116d1e9f4b2d72446d6b /tests/basic | |
parent | a3f4b71c1f54eac885b5625b2387027be91e5a2a (diff) |
tests/basic/inode-leak.t: mark as known issue
Mainly because the tests are consistently taking more than
20mins for each runs.
One of the samples from a regression run:
> /tests/basic/inode-leak.t - 1643 second
Change-Id: If11572203c702f64847794f6d578a6dc19a0dee8
Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'tests/basic')
-rw-r--r-- | tests/basic/inode-leak.t | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/basic/inode-leak.t b/tests/basic/inode-leak.t index 35840e661a7..f73d2af6898 100644 --- a/tests/basic/inode-leak.t +++ b/tests/basic/inode-leak.t @@ -39,3 +39,10 @@ EXPECT "1" get_mount_active_size_value $V0 EXPECT "0" get_mount_lru_size_value $V0 cleanup + +# Mainly marking it as known-issue as it is taking a *lot* of time. +# Revert back if we are below an hour in regression runs. +# Or consider running only in nightly regressions. + +#G_TESTDEF_TEST_STATUS_NETBSD7=KNOWN_ISSUE,BUG=000000 +#G_TESTDEF_TEST_STATUS_CENTOS6=KNOWN_ISSUE,BUG=000000 |