You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# If you adjust these parameters, also adjust the jrm input files on the "Merge reports" step below
27
68
total: [ 1 ]
28
-
index: [ 0 ]
69
+
index: [ 5 ]
29
70
steps:
30
71
- name: Fetch Outputs
31
72
id: tflocal
@@ -54,8 +95,8 @@ jobs:
54
95
# Run terminal cmd 'go help testflag' to learn more about -list flag
55
96
# action.yml uses https://github.com/hashicorp-forge/go-test-split-action/blob/main/action.yml to split acceptance tests
56
97
# which runs against all tests using the list arg
57
-
# lists_tests regex is used to skip the TestAccTFESAMLSettings_omnibus test suite for CI tests only
58
-
list_tests: "[^(TestAccTFESAMLSettings_omnibus)]"
98
+
# lists_tests regex is used to include the TestAccTFESAMLSettings_omnibus test suite and skip any test matching TestAcc*_RunDependent for CI tests only
0 commit comments