diff options
author | Björn Gustavsson <[email protected]> | 2017-08-28 11:23:32 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-08-28 11:23:32 +0200 |
commit | 145f2e9cc5ce4970ca82bb517d0b0a9860db5afd (patch) | |
tree | b8028c9dd88606f68b43590f4966fa304ad55b73 | |
parent | 3bc5c3b35b3151143dffe94290c9ddf29b1b10d6 (diff) | |
download | otp-145f2e9cc5ce4970ca82bb517d0b0a9860db5afd.tar.gz otp-145f2e9cc5ce4970ca82bb517d0b0a9860db5afd.tar.bz2 otp-145f2e9cc5ce4970ca82bb517d0b0a9860db5afd.zip |
Remove time-consuming ethread_SUITE from smoke tests
The ethread_SUITE is unlikely to ever find a real bug
introduced in a pull request, but it frequently times
out when run by Travis CI.
-rw-r--r-- | erts/test/system_smoke.spec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/test/system_smoke.spec b/erts/test/system_smoke.spec index 99092c1dab..bcb727b6d9 100644 --- a/erts/test/system_smoke.spec +++ b/erts/test/system_smoke.spec @@ -1,4 +1,3 @@ -{suites,"../system_test",[ethread_SUITE]}. {cases,"../system_test",otp_SUITE, [undefined_functions, deprecated_not_in_obsolete, |