Skip to content

Commit bfd6b46

Browse files
committed
IDC: Remove broken test that is no longer applicable
1 parent e244dde commit bfd6b46

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

tests/php/test_class.jetpack.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -323,14 +323,6 @@ function test_idc_optin_default() {
323323
}
324324
}
325325

326-
function test_idc_optin_false_when_sunrise() {
327-
Jetpack_Constants::set_constant( 'SUNRISE', true );
328-
329-
$this->assertFalse( Jetpack::sync_idc_optin() );
330-
331-
Jetpack_Constants::clear_constants();
332-
}
333-
334326
function test_idc_optin_filter_overrides_development_version() {
335327
add_filter( 'jetpack_development_version', '__return_true' );
336328
add_filter( 'jetpack_sync_idc_optin', '__return_false' );

0 commit comments

Comments
 (0)