mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-21 16:01:53 +00:00
Re-added disabled test
This commit is contained in:
parent
4e87677517
commit
9a97a29aa3
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…
Reference in New Issue
Block a user