Skip to content

Commit 29cfd0b

Browse files
committed
oEmbed: Remove the oEmbed provider unit tests.
This reverts [38454] along with its follow-up commits, [38512], [38514], and [38692]. These tests are currently not pass ing, and maybe they never will. The tests are in a group which does not run by default without a flag, making them quest ionably useful. We can re-visit this at a later date. See #32360 git-svn-id: https://develop.svn.wordpress.org/trunk@38840 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 69623c6 commit 29cfd0b

5 files changed

Lines changed: 0 additions & 881 deletions

File tree

Gruntfile.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -440,11 +440,6 @@ module.exports = function(grunt) {
440440
cmd: 'phpunit',
441441
args: ['-c', 'phpunit.xml.dist', '--group', 'external-http']
442442
}
443-
//,
444-
//'external-oembed': {
445-
// cmd: 'phpunit',
446-
// args: ['-c', 'phpunit.xml.dist', '--group', 'external-oembed']
447-
//}
448443
},
449444
uglify: {
450445
options: {

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<group>ajax</group>
2525
<group>ms-files</group>
2626
<group>external-http</group>
27-
<group>external-oembed</group>
2827
</exclude>
2928
</groups>
3029
<logging>

tests/phpunit/includes/bootstrap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ function __construct( $argv ) {
137137
'ajax' => true,
138138
'ms-files' => true,
139139
'external-http' => true,
140-
'external-oembed' => true,
141140
);
142141

143142
foreach ( $options as $option ) {

tests/phpunit/multisite.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<group>ajax</group>
2626
<group>ms-files</group>
2727
<group>external-http</group>
28-
<group>external-oembed</group>
2928
<group>oembed-headers</group>
3029
</exclude>
3130
</groups>

0 commit comments

Comments
 (0)