Skip to content

Commit

Permalink
#205 skip run plugin from client test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsolt Lattmann committed Mar 11, 2015
1 parent 98c5d87 commit d1c6fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client/js/client.basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ describe('Client tests', function () {
});

// TODO: move this to plugin tests???
describe('Run plugins', function () {
describe.skip('Run plugins', function () {
var runPluginOnServer = function (pluginName, config, pluginConfig, callback) {
requirejs(['plugin/' + pluginName + '/' + pluginName + '/' + pluginName],
function (PluginClass) {
Expand Down

0 comments on commit d1c6fac

Please sign in to comment.