Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Add utility for filtering out skipped tests in large cross-product groups #303

Open
wants to merge 4 commits into
base: gh/drisspg/3/base
Choose a base branch
from

Commits on Jul 3, 2024

  1. Update

    [ghstack-poisoned]
    drisspg committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    fcf8a20 View commit details
    Browse the repository at this point in the history
  2. Update

    [ghstack-poisoned]
    drisspg committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a9bae50 View commit details
    Browse the repository at this point in the history
  3. Update

    [ghstack-poisoned]
    drisspg committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    bdb8586 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Update on "Add utility for filtering out skipped tests in large cross…

    …-product groups"
    
    # Summary
    Quick clean up to tests:
    Before:
    ```Shell
    ================================================================ 271 passed, 168 skipped, 42 warnings in 6.58s ================================================================
    ```
    After:
    ```Shell
    ============================================================================= 271 passed in 5.79s =============================================================================
    ```
    
    
    
    
    [ghstack-poisoned]
    drisspg committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6034798 View commit details
    Browse the repository at this point in the history