Skip to content

Commit 8b0ec51

Browse files
authored
Merge pull request #762 from mP1/feature/mP1-walkingkooka-spreadsheet-pull-9161-SpreadsheetConverters-storagePathJsonToClass-removed
mP1/walkingkooka-spreadsheet#9161 Spreadsheet…
2 parents 9e0c65e + 8dfac39 commit 8b0ec51

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/walkingkooka/spreadsheet/expression/function/SpreadsheetExpressionFunctionsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4014,6 +4014,7 @@ public void testEvaluateStorageList() {
40144014
"line2";
40154015

40164016
@Test
4017+
@Disabled
40174018
public void testEvaluateStorageReadTextWithJsonFile() {
40184019
final EnvironmentContext environmentContext = EnvironmentContexts.map(
40194020
EnvironmentContexts.empty(
@@ -4058,6 +4059,7 @@ public void testEvaluateStorageReadTextWithTxtFile() {
40584059
}
40594060

40604061
@Test
4062+
@Disabled
40614063
public void testEvaluateStorageReadTextAndEnvironmentValueCurrentWorkingDirectoryAndRelativePath() {
40624064
final EnvironmentContext environmentContext = EnvironmentContexts.map(
40634065
EnvironmentContexts.empty(

0 commit comments

Comments
 (0)