Skip to content

Commit

Permalink
minor #53136 [Cache] Fix failing test (alexandre-daubois)
Browse files Browse the repository at this point in the history
This PR was merged into the 7.1 branch.

Discussion
----------

[Cache] Fix failing test

| Q             | A
| ------------- | ---
| Branch?       | 7.1
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Issues        | Fix CI
| License       | MIT

Unfortunately, [this change](https://github.com/symfony/symfony/compare/a385bc474836fc41bb8afd523a2d87caca71e143..578eb296ce98edb2896a70c8e32382f77b5937c1) didn't work as expected and makes [the integration suite fail](https://github.com/symfony/symfony/actions/runs/7249814282/job/19748627840). I suggest reverting the annotation to one line to fix this.

Commits
-------

c1a653e [Cache] Fix failing test
  • Loading branch information
nicolas-grekas committed Dec 19, 2023
2 parents 86980cd + c1a653e commit 1d68ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Expand Up @@ -20,7 +20,7 @@
* @requires extension couchbase <3.0.0
* @requires extension couchbase >=2.6.0
*
* @group integration legacy
* @group legacy integration
*
* @author Antonio Jose Cerezo Aranda <aj.cerezo@gmail.com>
*/
Expand Down
Expand Up @@ -20,8 +20,7 @@
* @requires extension couchbase <4.0.0
* @requires extension couchbase >=3.0.0
*
* @group integration
* @group legacy
* @group legacy integration
*
* @author Antonio Jose Cerezo Aranda <aj.cerezo@gmail.com>
*/
Expand Down

0 comments on commit 1d68ce9

Please sign in to comment.