diff --git a/changelog/14157.doc.rst b/changelog/14157.doc.rst
new file mode 100644
index 00000000000..997410faad2
--- /dev/null
+++ b/changelog/14157.doc.rst
@@ -0,0 +1,2 @@
+Added the ``pytest-flakefighters`` plugin to the list of flaky test plugins in ``plugins.rst``.
+Added flaky test papers published on the `Test FLARE `__ project to the list of flaky papers in ``plugins.rst``.
diff --git a/doc/en/explanation/flaky.rst b/doc/en/explanation/flaky.rst
index 8369e1d9311..d9acbe2d622 100644
--- a/doc/en/explanation/flaky.rst
+++ b/doc/en/explanation/flaky.rst
@@ -74,6 +74,10 @@ Plugins to deliberately randomize tests can help expose tests with state problem
* `pytest-random-order `_
* `pytest-randomly `_
+Plugins to classify test failures as genuine or flaky:
+
+* `pytest-flakefighters `_
+
Other general strategies
^^^^^^^^^^^^^^^^^^^^^^^^
@@ -122,6 +126,14 @@ This is a limited list, please submit an issue or pull request to expand it!
* Habchi, Sarra and Haben, Guillaume and Sohn, Jeongju and Franci, Adriano and Papadakis, Mike and Cordy, Maxime and Le Traon, Yves. "What Made This Test Flake? Pinpointing Classes Responsible for Test Flakiness." In Proceedings of the 38th IEEE International Conference on Software Maintenance and Evolution (ICSME), IEEE, 2022. `PDF `__
* Lamprou, Sokrates. "Non-deterministic tests and where to find them: Empirically investigating the relationship between flaky tests and test smells by examining test order dependency." Bachelor thesis, Department of Computer and Information Science, Linköping University, 2022. LIU-IDA/LITH-EX-G–19/056–SE. `PDF `__
* Leinen, Fabian and Elsner, Daniel and Pretschner, Alexander and Stahlbauer, Andreas and Sailer, Michael and Jürgens, Elmar. "Cost of Flaky Tests in Continuous Integration: An Industrial Case Study." Technical University of Munich and CQSE GmbH, Munich, Germany, 2023. `PDF `__
+* Parry, Owain and Kapfhammer, Gregory M. and Hilton, Michael and McMinn, Phil. "A Survey of Flaky Tests." In *Transactions on Software Engineering and Methodology (TOSEM).* vol. 31, issue 1. ACM, 2021. `PDF `__
+* Parry, Owain and Kapfhammer, Gregory M. and Hilton, Michael and McMinn, Phil. "Evaluating Features for Machine Learning Detection of Order- and Non-Order-Dependent Flaky Tests." In *2022 IEEE Conference on Software Testing, Verification and Validation (ICST)*. 2022. `PDF `__
+* Parry, Owain and Kapfhammer, Gregory M. and Hilton, Michael and McMinn, Phil. "What do developer-repaired Flaky tests tell us about the effectiveness of automated Flaky test detection?" In *Proceedings of the 3rd ACM/IEEE International Conference on Automation of Software Test (AST).* 2022. `PDF `__
+* Parry, Owain and Kapfhammer, Gregory M. and Hilton, Michael and McMinn, Phil. "Surveying the developer experience of flaky tests." In *Proceedings of the 44th International Conference on Software Engineering (ICSE).* 2022. `PDF `__
+* Parry, Owain and Kapfhammer, Gregory M. and Hilton, Michael and McMinn, Phil. "Empirically evaluating flaky test detection techniques combining test case rerunning and machine learning models." In *Empirical Software Engineering*. vol. 28, issue 3. Springer, 2023. `PDF `__
+* Gruber, Martin and Roslan, Muhammad Firhard and Parry, Owain and Scharnb\"{o}ck, Fabian and McMinn, Phil and Fraser, Gordon. "Do Automatic Test Generation Tools Generate Flaky Tests?" In *Proceedings of the 46th IEEE/ACM International Conference on Software Engineering (ICSE)*. 2024. `PDF `__
+* Parry, Owain and Kapfhammer, Gregory and Hilton, Michael and McMinn, Phil. "Systemic Flakiness: An Empirical Analysis of Co-Occurring Flaky Test Failures." In *Proceedings of the 29th International Conference on Evaluation and Assessment in Software Engineering (EASE)*. 2025. `PDF `__
+* Parry, Owain and Kapfhammer, Gregory M. and Hilton, Michael and McMinn, Phil. "Test flimsiness: Characterizing flakiness induced by mutation to the code under test." In *Proceedings of 2026 IEEE/ACM 48th International Conference on Software Engineering (ICSE)*. 2026. `PDF `__
Resources
^^^^^^^^^