mirror of
https://github.com/appium/appium.git
synced 2026-02-11 12:29:48 -06:00
don't quarantine working tests
This commit is contained in:
@@ -4,7 +4,7 @@ var setup = require("../../common/setup-base"),
|
||||
desired = require('./desired'),
|
||||
unorm = require('unorm');
|
||||
|
||||
describe('testapp - accented characters @skip-ios-all', function () {
|
||||
describe('testapp - accented characters', function () {
|
||||
var driver;
|
||||
setup(this, desired).then(function (d) { driver = d; });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user