Skip to content

Commit c4959a1

Browse files
russellwheatleymikehardy
authored andcommitted
test: skipping onConfigUpdate tests until they're fixed
1 parent 47ea774 commit c4959a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/remote-config/e2e/config.e2e.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)