Skip to content

Commit

Permalink
Remove broken tests temporarily (#987) (#988)
Browse files Browse the repository at this point in the history
Summary:
The tests are not actually being run.

After upgrading the Gradle plugin on GitHub, it has become clear that these are running without the AP processing them. When processed, they raise some fairly obvious mistakes:

{P1221730610}

This is removing them for now so we can get the update and new release out.

Done using

```
pastry P1221730610 | rg -F '/src/' | awk '{print $1}' | cut -d ':' -f 1 | uniq | sed -e 's:/Users/realpassy/Projects/java/litho/::' | xargs hg rm -v
```

To restore the rests, let's do it one-by-one by doing `hg revert -r 5ac836c8ff21bb798ce1aba47a47857f93f3d47c^ -- litho-it/path/to/test.java`

 ---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/litho/pull/988).
* #986
* #985
* __->__ #988

Pull Request resolved: #988

Reviewed By: adityasharat

Differential Revision: D58789067

Pulled By: passy

fbshipit-source-id: fb1aacd92dc88e0fb4d7ad4dc4c918396958fc3f
  • Loading branch information
passy authored and facebook-github-bot committed Jun 20, 2024
1 parent a1e6588 commit 9ddb596
Show file tree
Hide file tree
Showing 36 changed files with 0 additions and 7,889 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9ddb596

Please sign in to comment.