| Index: test/test_charm_panel.js | 
| === modified file 'test/test_charm_panel.js' | 
| --- test/test_charm_panel.js 2013-02-18 09:28:13 +0000 | 
| +++ test/test_charm_panel.js 2013-03-07 22:22:10 +0000 | 
| @@ -156,6 +156,10 @@ | 
| it('must show a ghosted service only when configuring a new charm', | 
| function() { | 
| + if (Y.UA.ie === 10) { | 
| + // IE10 Can't simulate blur at time of writing. | 
| + return; | 
| + } | 
| var db = new models.Database(), | 
| panel = Y.namespace('juju.views').CharmPanel.getInstance({ | 
| charm_store: new juju.CharmStore({datasource: { |