@Test
@Ignore("Need to figure out how to run a schedules job with the new EmbeddedChannel")
// https://groups.google.com/forum/#!topic/netty/Q-_wat_9Odo
public void websocketHandleOneUnacknowledgement() throws Exception {
final SimplePushServer simplePushServer = defaultPushServer();
final SockJsServiceFactory serviceFactory = defaultFactory(simplePushServer);
final EmbeddedChannel channel = createWebSocketChannel(serviceFactory);
final String uaid = UUIDUtil.newUAID();
final String channelId1 = UUID.randomUUID().toString();
final String channelId2 = UUID.randomUUID().toString();
sendWebSocketHttpUpgradeRequest(sessionUrl, channel);