Skip to content

Conversation

@dkotter
Copy link
Collaborator

@dkotter dkotter commented Dec 1, 2025

What?

Closes #119

Remove the registration of our Example Experiment.

Why?

We have an Example Experiment in place which is useful for those looking to contribute or get some ideas on how things can be set up. But this Experiment doesn't actually add any useful functionality and it can be confusing to have this shown in our settings screen. For now we're leaving the code in place but we don't want this to be an Experiment someone can turn on.

How?

  • Removes the Example Experiment from our list of default Experiments we register
  • Updates our unit tests to account for this

Testing Instructions

Go to the AI Experiments settings page and ensure you no longer see a settings section for the Example Experiment

@dkotter dkotter added this to the 0.2.0 milestone Dec 1, 2025
@dkotter dkotter self-assigned this Dec 1, 2025
@github-actions
Copy link

github-actions bot commented Dec 1, 2025

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: dkotter <[email protected]>
Co-authored-by: jeffpaul <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@codecov
Copy link

codecov bot commented Dec 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 28.71%. Comparing base (4bbc5ea) to head (b7c8bdb).
⚠️ Report is 14 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #121      +/-   ##
=============================================
- Coverage      29.37%   28.71%   -0.67%     
- Complexity       145      153       +8     
=============================================
  Files             14       14              
  Lines            885      902      +17     
=============================================
- Hits             260      259       -1     
- Misses           625      643      +18     
Flag Coverage Δ
unit 28.71% <ø> (-0.67%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@JasonTheAdams JasonTheAdams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense! 👍

@jeffpaul jeffpaul merged commit 4165963 into WordPress:develop Dec 1, 2025
21 of 23 checks passed
@dkotter dkotter deleted the fix/remove-example-experiment-registration branch December 1, 2025 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider removing the Example Experiment code

3 participants