Skip to content

Commit cda5536

Browse files
authored
Merge pull request #601 from Sage-Bionetworks/gen-998-resolve-fill-na
[GEN-998] Resolve fill na issue
2 parents 8286d2c + b1683c9 commit cda5536

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_process_functions.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,6 @@ def test_second_validation_get_left_union_df():
153153
process_functions._get_left_union_df(testing, DATABASE_DF, "FOO")
154154

155155

156-
@pytest.mark.skip(
157-
reason="Ignore test for now to build docker image. Will be handled in GEN-998"
158-
)
159156
def test_append__append_rows():
160157
new_datadf = pd.DataFrame(
161158
{

0 commit comments

Comments
 (0)