mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +00:00
Re-added disabled test
This commit is contained in:
parent
4e87677517
commit
9a97a29aa3
3 changed files with 1571 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,3 @@
|
|||
vendor/
|
||||
*.swp
|
||||
phpunit.xml
|
||||
*.swp
|
1570
composer.lock
generated
Normal file
1570
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -271,9 +271,6 @@ class Resque_Tests_WorkerTest extends Resque_Tests_TestCase
|
|||
|
||||
public function testBlockingListPop()
|
||||
{
|
||||
$this->markTestSkipped("Skip temporarily");
|
||||
return;
|
||||
|
||||
$worker = new Resque_Worker('jobs');
|
||||
$worker->setLogger(new Resque_Log());
|
||||
$worker->registerWorker();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue