Skip to content

Commit

Permalink
Add a comment on test_compress_css() workaround #220
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Sep 16, 2023
1 parent 4de3724 commit 3ae4433
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test-issue-68.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ function test_gz_deflate_and_encode() {
* elseif ( 'no' == $_GET['test'] ) {
check_ajax_referer( 'update_can_compress_scripts' );
update_site_option( 'can_compress_scripts', 3 );
*
* This test sometimes fails in `s.b/oikcom`. Workaround is to set the value of `can_compress_scripts` to 1 using phpMyAdmin.
*/
function test_compress_css() {

Expand Down

0 comments on commit 3ae4433

Please sign in to comment.