Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit fdc83b3

Browse files
committed
Moving to new azure image for Linux and excluding skipped tests
1 parent 3ccfd22 commit fdc83b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131

3232
- template: buildscripts/azure/template-linux-macos.yml
3333
parameters:
34-
name: Ubuntu1604
35-
vmImage: ubuntu-16.04
34+
name: Ubuntu1804
35+
vmImage: ubuntu-18.04
3636
allowFailure: false
3737
matrix:
3838
py3.7_numpy1.17:

sdc/tests/test_io.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,9 @@ def test_pyarrow(self):
250250
"csv_parallel1",
251251
"csv_str_parallel1",
252252
"csv_usecols1",
253-
"csv_cat1",
254-
"csv_cat2",
255-
"csv_single_dtype1",
253+
# "csv_cat1",
254+
# "csv_cat2",
255+
# "csv_single_dtype1",
256256
]
257257
for test in tests:
258258
with self.subTest(test=test):

0 commit comments

Comments
 (0)