mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
unittest: don't run big tests by default
This commit is contained in:
@ -178,7 +178,7 @@ static signal_entry install_signal[]= {
|
||||
#endif
|
||||
};
|
||||
|
||||
int skip_big_tests= 0;
|
||||
int skip_big_tests= 1;
|
||||
|
||||
void
|
||||
plan(int count)
|
||||
|
Reference in New Issue
Block a user