@@ -65,14 +65,14 @@ protected Stream<Configuration> getConfigurations() {
65
65
return Stream .of (
66
66
new Configuration ("chrome" , "stable" , null , GCM_SENDER_ID ),
67
67
new Configuration ("chrome" , "beta" , null , GCM_SENDER_ID ),
68
- new Configuration ("chrome" , "unstable" , null , GCM_SENDER_ID ),
68
+ // new Configuration("chrome", "unstable", null, GCM_SENDER_ID), See #90
69
69
70
70
new Configuration ("firefox" , "stable" , null , GCM_SENDER_ID ),
71
71
new Configuration ("firefox" , "beta" , null , GCM_SENDER_ID ),
72
72
73
73
new Configuration ("chrome" , "stable" , PUBLIC_KEY_NO_PADDING , null ),
74
74
new Configuration ("chrome" , "beta" , PUBLIC_KEY_NO_PADDING , null ),
75
- new Configuration ("chrome" , "unstable" , PUBLIC_KEY_NO_PADDING , null ),
75
+ // new Configuration("chrome", "unstable", PUBLIC_KEY_NO_PADDING, null), See #90
76
76
77
77
new Configuration ("firefox" , "stable" , PUBLIC_KEY_NO_PADDING , null ),
78
78
new Configuration ("firefox" , "beta" , PUBLIC_KEY_NO_PADDING , null )
0 commit comments