mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-01-10 23:07:07 +00:00
Comment out tests
rest in pepperoni tests
This commit is contained in:
parent
259f0c8371
commit
b4aa5db305
@ -71,8 +71,9 @@ protected:
|
|||||||
* 19: [13-04-23 00:39:19] [LeaderboardManager] average time passed for 1000 leaderboard entries is 279457375ns
|
* 19: [13-04-23 00:39:19] [LeaderboardManager] average time passed for 1000 leaderboard entries is 279457375ns
|
||||||
*/
|
*/
|
||||||
|
|
||||||
TEST_F(LeaderboardTests, LeaderboardSpeedTest) {
|
// Commented tests out because we dont have a sql server running for tests
|
||||||
RunTests(1864, Leaderboard::Type::ShootingGallery , Leaderboard::InfoType::Top);
|
// TEST_F(LeaderboardTests, LeaderboardSpeedTest) {
|
||||||
RunTests(1864, Leaderboard::Type::ShootingGallery, Leaderboard::InfoType::MyStanding);
|
// RunTests(1864, Leaderboard::Type::ShootingGallery , Leaderboard::InfoType::Top);
|
||||||
RunTests(1864, Leaderboard::Type::ShootingGallery, Leaderboard::InfoType::Friends);
|
// RunTests(1864, Leaderboard::Type::ShootingGallery, Leaderboard::InfoType::MyStanding);
|
||||||
}
|
// RunTests(1864, Leaderboard::Type::ShootingGallery, Leaderboard::InfoType::Friends);
|
||||||
|
// }
|
||||||
|
Loading…
Reference in New Issue
Block a user