From f21732015414feecad6161118d4f3451c9733512 Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Tue, 1 Oct 2019 19:27:47 -0700 Subject: [PATCH] Unskipped tests. --- tests/mocha/connection_db_test.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/mocha/connection_db_test.js b/tests/mocha/connection_db_test.js index 1e2639a8e..e295a32f6 100644 --- a/tests/mocha/connection_db_test.js +++ b/tests/mocha/connection_db_test.js @@ -47,10 +47,7 @@ suite('Connection Database', function() { } }; }); - // TODO: Re-enable once flyout checking is handled by the connection - // (better yet - let it be handled by the flyout, but that's out of the - // scope of this). - test.skip('Add Connection', function() { + test('Add Connection', function() { var y2 = {y_: 2}; var y4 = {y_: 4}; var y1 = {y_: 1}; @@ -78,7 +75,7 @@ suite('Connection Database', function() { this.database.connections_, [y1, y2, y3b, y3a, y4]); }); - test.skip('Remove Connection', function() { + test('Remove Connection', function() { var y2 = {y_: 2}; var y4 = {y_: 4}; var y1 = {y_: 1};