summaryrefslogtreecommitdiffstats
path: root/dom/tethering/tests/marionette/test_wifi_tethering_enabled.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/tethering/tests/marionette/test_wifi_tethering_enabled.js')
-rw-r--r--dom/tethering/tests/marionette/test_wifi_tethering_enabled.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/dom/tethering/tests/marionette/test_wifi_tethering_enabled.js b/dom/tethering/tests/marionette/test_wifi_tethering_enabled.js
deleted file mode 100644
index 936219ec5..000000000
--- a/dom/tethering/tests/marionette/test_wifi_tethering_enabled.js
+++ /dev/null
@@ -1,12 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this file,
- * You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-MARIONETTE_TIMEOUT = 60000;
-MARIONETTE_HEAD_JS = 'head.js';
-
-gTestSuite.startTetheringTest(function() {
- return gTestSuite.ensureWifiEnabled(false)
- .then(() => gTestSuite.setWifiTetheringEnabled(true))
- .then(() => gTestSuite.setWifiTetheringEnabled(false));
-});