diff options
author | Björn Gustavsson <[email protected]> | 2017-04-19 12:54:56 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-04-20 12:00:55 +0200 |
commit | 8121b6af55ba485fe58a9dbfb0f1180393b86a3f (patch) | |
tree | 6559f9306f1ff221c7444469350be02f8b3676a4 /erts/emulator/test/Makefile | |
parent | 0326b22639d0c8c5f915aed34ad3e099e4ee4642 (diff) | |
download | otp-8121b6af55ba485fe58a9dbfb0f1180393b86a3f.tar.gz otp-8121b6af55ba485fe58a9dbfb0f1180393b86a3f.tar.bz2 otp-8121b6af55ba485fe58a9dbfb0f1180393b86a3f.zip |
Remove test case for testing compatibility with R9B
It is no longer possible to commuicate with R9B nodes.
Diffstat (limited to 'erts/emulator/test/Makefile')
-rw-r--r-- | erts/emulator/test/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/test/Makefile b/erts/emulator/test/Makefile index 8c8c73aa3e..ca81c9915e 100644 --- a/erts/emulator/test/Makefile +++ b/erts/emulator/test/Makefile @@ -121,7 +121,6 @@ MODULES= \ port_trace_SUITE \ unique_SUITE \ z_SUITE \ - old_mod \ long_timers_test \ ignore_cores \ dgawd_handler \ |