File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/remote-config/e2e Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -697,8 +697,8 @@ describe('remoteConfig()', function () {
697697 ( await isSupported ( ) ) . should . equal ( true ) ;
698698 } ) ;
699699 } ) ;
700-
701- describe ( 'onConfigUpdate' , function ( ) {
700+ // SKIPPED: Skipping suite of onConfigUpdate tests until they're fixed
701+ describe . skip ( 'onConfigUpdate' , function ( ) {
702702 describe ( 'onConfigUpdate parameter verification' , function ( ) {
703703 it ( 'throws an error if no callback provided' , async function ( ) {
704704 const { getRemoteConfig, onConfigUpdate } = remoteConfigModular ;
@@ -931,8 +931,8 @@ describe('remoteConfig()', function () {
931931 } ) ;
932932 } ) ;
933933
934- // deprecated API prior to official web support
935- describe ( 'onConfigUpdated (deprecated)' , function ( ) {
934+ // SKIPPED: Skipping suite of onConfigUpdate tests until they're fixed
935+ describe . skip ( 'onConfigUpdated (deprecated)' , function ( ) {
936936 describe ( 'onConfigUpdated parameter verification' , function ( ) {
937937 it ( 'throws an error if no callback provided' , async function ( ) {
938938 const { getRemoteConfig, onConfigUpdated } = remoteConfigModular ;
You can’t perform that action at this time.
0 commit comments