Skip to content

Commit 437d17e

Browse files
committed
Update tests
1 parent c8f3689 commit 437d17e

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/dev_python3_10.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
# python ./test/unit_test/critical_exit/real_critical_test.py
6868
# exit 0
6969

70-
- name: Test Record Module
71-
run: python ./test/unit_test/record/record_test.py
70+
# - name: Test Record Module
71+
# run: python ./test/unit_test/record/record_test.py
7272
- name: Test Total Record
7373
run: python ./test/unit_test/total_record/total_record_test.py
7474

.github/workflows/dev_python3_11.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
# python ./test/unit_test/critical_exit/real_critical_test.py
6666
# exit 0
6767

68-
- name: Test Record Module
69-
run: python ./test/unit_test/record/record_test.py
68+
# - name: Test Record Module
69+
# run: python ./test/unit_test/record/record_test.py
7070
- name: Test Total Record
7171
run: python ./test/unit_test/total_record/total_record_test.py
7272

.github/workflows/dev_python3_12.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
# python ./test/unit_test/critical_exit/real_critical_test.py
6666
# exit 0
6767

68-
- name: Test Record Module
69-
run: python ./test/unit_test/record/record_test.py
68+
# - name: Test Record Module
69+
# run: python ./test/unit_test/record/record_test.py
7070
- name: Test Total Record
7171
run: python ./test/unit_test/total_record/total_record_test.py
7272

.github/workflows/stable_python3_10.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
# python ./test/unit_test/critical_exit/real_critical_test.py
6868
# exit 0
6969

70-
- name: Test Record Module
71-
run: python ./test/unit_test/record/record_test.py
70+
# - name: Test Record Module
71+
# run: python ./test/unit_test/record/record_test.py
7272
- name: Test Total Record
7373
run: python ./test/unit_test/total_record/total_record_test.py
7474

.github/workflows/stable_python3_11.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
# python ./test/unit_test/critical_exit/real_critical_test.py
6666
# exit 0
6767

68-
- name: Test Record Module
69-
run: python ./test/unit_test/record/record_test.py
68+
# - name: Test Record Module
69+
# run: python ./test/unit_test/record/record_test.py
7070
- name: Test Total Record
7171
run: python ./test/unit_test/total_record/total_record_test.py
7272

.github/workflows/stable_python3_12.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
# python ./test/unit_test/critical_exit/real_critical_test.py
6666
# exit 0
6767

68-
- name: Test Record Module
69-
run: python ./test/unit_test/record/record_test.py
68+
# - name: Test Record Module
69+
# run: python ./test/unit_test/record/record_test.py
7070
- name: Test Total Record
7171
run: python ./test/unit_test/total_record/total_record_test.py
7272

0 commit comments

Comments
 (0)