diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-07-13 15:31:43 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-13 15:31:43 -0300 |
| commit | 2adcfb5699a20e30d16fc74386e360526d8100ad (patch) | |
| tree | b597ab6f6b4f73e6033918e507093989c598ef3f /testing | |
| parent | 217eca29e8105081dfeab2c28a3da5a70bd55199 (diff) | |
| download | aports-2adcfb5699a20e30d16fc74386e360526d8100ad.tar.bz2 aports-2adcfb5699a20e30d16fc74386e360526d8100ad.tar.xz | |
testing/kcoreaddons: disable kdirwatch_stat_unittest
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/kcoreaddons/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/kcoreaddons/APKBUILD b/testing/kcoreaddons/APKBUILD index dfac808652..3678f9873c 100644 --- a/testing/kcoreaddons/APKBUILD +++ b/testing/kcoreaddons/APKBUILD @@ -24,7 +24,7 @@ build() { check() { local disabled_tests="kdirwatch_qfswatch" case "$CARCH" in - s390x) disabled_tests="$disabled_tests|kdirwatch_inotify";; + s390x) disabled_tests="$disabled_tests|kdirwatch_inotify|kdirwatch_stat";; esac # Excluded test requires >8000 open files |
