Skip to content

Commit 3f69c39

Browse files
committed
Revert "TEMP: enable notification/SSE flags across all UI test workflows"
This reverts commit fee5e5f.
1 parent c0cde1a commit 3f69c39

3 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/integration_selenium.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ env:
1919
YARN_INSTALL_OPTS: --frozen-lockfile
2020
GALAXY_CONFIG_SQLALCHEMY_WARN_20: '1'
2121
GALAXY_DEPENDENCIES_INSTALL_WEASYPRINT: '1'
22-
# TEMP: shake down SSE/notification system across full UI surface — revert before merge
23-
GALAXY_CONFIG_OVERRIDE_ENABLE_NOTIFICATION_SYSTEM: '1'
24-
GALAXY_CONFIG_OVERRIDE_ENABLE_SSE_HISTORY_UPDATES: '1'
25-
GALAXY_CONFIG_OVERRIDE_ENABLE_SSE_ENTRY_POINT_UPDATES: '1'
2622
concurrency:
2723
group: ${{ github.workflow }}-${{ github.ref }}
2824
cancel-in-progress: true

.github/workflows/playwright.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ env:
2020
GALAXY_TEST_SELENIUM_HEADLESS: 1
2121
YARN_INSTALL_OPTS: --frozen-lockfile
2222
GALAXY_CONFIG_SQLALCHEMY_WARN_20: '1'
23-
# TEMP: shake down SSE/notification system across full UI surface — revert before merge
24-
GALAXY_CONFIG_OVERRIDE_ENABLE_NOTIFICATION_SYSTEM: '1'
25-
GALAXY_CONFIG_OVERRIDE_ENABLE_SSE_HISTORY_UPDATES: '1'
26-
GALAXY_CONFIG_OVERRIDE_ENABLE_SSE_ENTRY_POINT_UPDATES: '1'
2723
concurrency:
2824
group: ${{ github.workflow }}-${{ github.ref }}
2925
cancel-in-progress: true

.github/workflows/selenium.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ env:
1919
GALAXY_TEST_SKIP_FLAKEY_TESTS_ON_ERROR: 1
2020
YARN_INSTALL_OPTS: --frozen-lockfile
2121
GALAXY_CONFIG_SQLALCHEMY_WARN_20: '1'
22-
# TEMP: shake down SSE/notification system across full UI surface — revert before merge
23-
GALAXY_CONFIG_OVERRIDE_ENABLE_NOTIFICATION_SYSTEM: '1'
24-
GALAXY_CONFIG_OVERRIDE_ENABLE_SSE_HISTORY_UPDATES: '1'
25-
GALAXY_CONFIG_OVERRIDE_ENABLE_SSE_ENTRY_POINT_UPDATES: '1'
2622
concurrency:
2723
group: ${{ github.workflow }}-${{ github.ref }}
2824
cancel-in-progress: true

0 commit comments

Comments
 (0)